Вы находитесь на странице: 1из 14

QUIZ

1 Whole Sheet (LAS)


* COMPILER *PROGRAM *PROGRAMMING
CHOICES *PROGRAMMER *INTERPRETER *.NET *PROGRAMMING-
LANGUAGE *VISUAL BASIC *ALAN COOPER *BILL GATES
*STEVE JOBS *BJARNE STROUSTRUP
1. A process of doing a program that the computer can execute in
sequential manner.

2.They are the people who assigned in doing any computer


programs.

3. Refers to the tools that can be used by the programmers to


develop a certain computer programs.

4-5. These were created to enhance and complement the Microsoft


Windows operating system.
* COMPILER *PROGRAM *PROGRAMMING
CHOICES *PROGRAMMER *INTERPRETER *.NET *PROGRAMMING-
LANGUAGE *VISUAL BASIC *ALAN COOPER *BILL GATES
*STEVE JOBS *BJARNE STROUSTRUP

6. It translates high-level instructions into machine code


before program execution.

7. A program that translates high-level language


instructions into machine code, line by line, during program
execution.

8. A set of instructions that perform a specific task.

9. He was considered as the Father of Visual Basic.


*Toolbox *Solution Explorer
CHOICES *Data Sources Window *Properties Window
*Windows Form Designer *Error List Window

10._____________
11._____________
12._____________

13._____________ 15._____________

14._____________
ENUMERATION

A. Give 5 examples of a program


B. Give 2 disadvantages of 1st Generation of
Programming Language.
C. Give 2 Advantages of 3rd Generation of
Programming languages.
D. Give a real-life example or analogy of
translation of programming language
(assembler, compiler, interpreter).
QUIZ
1 Whole Sheet (LAS)
1. These are the names given
CHOICES

DIM
to variables in the program.
KEYWORDS 2. It is a temporary storage
VARIABLES
IDENTIFIER location of data in a program
CONSTANTS
DATA TYPES 3. These are reserved words in
NUMERIC visual basic.net, these are the
NON-NUMERIC
commands that are being
used and accepted.
4. This statement is used to
CHOICES

DIM
declare a variable.
KEYWORDS
VARIABLES
IDENTIFIER 5. refers to the kind of data a
CONSTANTS
DATA TYPES variable can hold and how it is
NUMERIC stored.
NON-NUMERIC
II. Valid or Invalid

1. $rate
2. 1st_Name
3. LastName
4. const
5. _main
III. IDENTIFY THE DATA TYPE

1. school
2. June 16, 2015
3. 3.1416
4. True
5. 20160010
IV. GIVE 5 EXAMPLES OF IDENTIFIER

1.
2.
3.
4.
5.
1. It refers to remainder.
2. An operator used to evaluate
Logical Operator expressions and to return a
Relational Operator
Boolean value.
Mod
3. An operator used to compare to
values from the given expression.
AND
4. Turns the opposite value of the
OR given value.
XOR 5. Returns True if both expressions
NOT
are true.
GIVE THE BOOLEAN RESULT: AND OPERATOR
Show your solution and give the Boolean
result of the following expressions:

1+2 > 2-1 or (8-2)=(3+3)


1+2 > 2-1 and (8-2)=(3+3)
1+2 > 2-1 xor (8-2)=(3+3)

Вам также может понравиться