Computers and Technology

Y of Education Secondary-1
rmation System Department
2nd term
ame:
Date: ...
Evaluation
Complete:
1)
is a class from where we can create a variable.
2)
is one of the SQL statements used to retrieve records from a table or from t
multiple tables in the database.
3)
is a link between the database and Visual Basic.
4) Command Text is a property for the variable
which contains a 'String
expression" representing a SQL syntax.
5) SQL is a programming language designed for managing
files.
Choose the correct
1) Name, size and color are (methods - properties - events) of an object.
2) (Datatable) is a table used for saving (memory - data - processor).
3) Select is one of the SQL statements used to retrieve records from (form - object - table).
4) (Framework - excel - class) is composed of execution engine, .NET library and compilers.
5) (Database - methods - class) is the blueprint, plan or template from which the objects are
created.

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 24.06.2019 14:00, MK100
What are the different components of the cloud architecture?
Answers: 2
image
Computers and Technology, 24.06.2019 18:20, mshepherdmiller
Acommon algorithm for converting a decimal number to binary is to repeatedly divide the decimal number by 2 and save the remainder. this division is continued until the result is zero. then, each of the remainders that have been saved are used to construct the binary number. write a recursive java method that implements this algorithm. it will accept a value of int and return a string with the appropriate binary character representation of the decimal number. my code: public class lab16{public string converttobinary(int input){int a; if(input > 0){a = input % 2; return (converttobinary(input / 2) + "" +a); } return ""; } }
Answers: 1
image
Computers and Technology, 25.06.2019 00:00, datands
To remove text from a specific location and keep it to use again, you should select
Answers: 1
image
Computers and Technology, 25.06.2019 00:00, jessica2138
He computer component that disperses heat from the microprocessor to the cooling fan is a cooler thermometer heat sink
Answers: 1
Do you know the correct answer?
Y of Education Secondary-1
rmation System Department
2nd term
ame:
Date: ....

Questions in other subjects:

Konu
Mathematics, 28.03.2021 17:30
Konu
History, 28.03.2021 17:30
Konu
Mathematics, 28.03.2021 17:30