ECAT Computer Science MCQS Set 12

Google Ads1
ECAT Computer MCQS FG STUDY
Image Courtesy Freepik

First of all welcome to ECAT Computer Science MCQS Page.

ECAT EXAM

ECAT Exam ECAT (Engineering College Admission Test) is necessary to get admission in any government institute of Pakistan. ECAT is based on Intermediate syllabus.

ECAT Computer Science MCQS Chapter wise Quiz

ECAT Computer Science:

Computer MCQS is about Basics of Information Technology, Information of Networks, Data Communication, Application and Uses of Computer, Computer Architecture, Security, Copyright and the Law, Windows Operating System, Word Processing, Spreadsheet Software, Fundamentals of Internet, Data Basics, Basic Concept and Terminology of Database, Database Design Process, Data Integrity and Normalization, Introduction to Microsoft Access, Table and Query, Microsoft Access Forms and Reports, Getting Started with C++, Elements of C, Input and Output, Decision Construction, Looping Construction.


The function getche( ) is defined in
conio.h
stdio.h
string.h
math.h

Another term for a computer making a decision is:
Selection
Sequential
Repetition
Iteration

Insert command is used to insert: 
A new record
A new table
A view
Dependencies

____________ is used to specify two different choices with “if” statement.
If-else
Switch
Else
If

How many times is the test expression of a switch statement evaluated?
1
0
2
Once for each case

Which of the following is equivalent to (p>=q)?
!(p<q)
p<q
p<q
1p<q

Another term for a conditional operator is:
Ternary
Binary
Byte
Iteration

When a relational expression is false, it has the value __________
0
1
<0
S

Which is not possible
None of above
Nesting if statement
Loop in the body of statement
If statement in the body of loop

An if statement inside the true block of another if statement is called:
A nested if statement
A branched if statement
A conditional operator
A relational operator

__________ refers to group of statements enclosed in opening and closing braces.
Compound statement
Control structure
Sequence structure
Instruction

Which of the following is used for making two way decision:
if-else
If
Nested if
Switch

Continue Reading Go to Next Page

Google Ads

Be the first to comment

Leave a Reply

Your email address will not be published.


*