
Computer Science Full Book Important MCQs - ICS
Part 2. This
is an important post as it has the full book most conceptual and imperative
multiple-choice questions (MCQs) with answers of ICS Part-II, Computer
Science. This online test is for those students who want to appear in
Admission | Entry Tests of the top-rated universities all over Pakistan and as
well as examinations.
This
MCQs-based online test covers main two modules i.e., Database (Microsoft
Access) and C Programming Language. After completion, this MCQs-based online
test, that covers the different topics, for example, computer science MCQs
with answers, computer science solved MCQs pdf, computer science MCQs, computer
science MCQs pdf, lecturer computer science MCQs with answers
pdf, computer science MCQs with answers for entry test pdf, ECAT computer
science MCQs pdf, database, database
integrity, normalization, Microsoft access, c
compiler, relational database, rdbms, dbms, database
management system, relational database, c programming language, loops, if
else, arrays, functions, and file handling.
👇
➤ Computer Part-I - Chapter Wise MCQs
➤ Computer Part-II - Chapter Wise MCQs
Part-II Computer - Full Book MCQs
For
ECAT | Admission Tests
- Two dimensional object that is used for data storage is called?
- Declaration
- Group
- Relation
- Set
- C language programs are divided into unit called?
- Syntax
- Section
- Function
- Sub form
- A record in a database is the information referring to a?
- Product
- Event
- All of these
- Person
- Which of the following shows the number of records of the relation?
- Relationship
- Modality
- Cardinality
- All of these
- Which of the following things are determined by format specifier?
- Format of the value
- Field Width
- Data type
- All of these
- Which of the following format specifier is used for character string data type?
- %d
- %s
- %c
- %f
- A category of data or information that describes an entity is called a?
- Entity
- Attribute
- Record
- Field
- A built in function?
- Cannot be redefined
- Should be redefined
- Cannot return a value
- Can be redefined
- In ERD, which sign shows “Many”?
- Circle
- Crow’s foot
- Diamond
- Single vertical line
- The escape sequence for back slash is?
- \\
- \t
- \
- \b
- The output of a query is in the form of a?
- Form
- Macro
- Report
- Table
- To find a seven character name that start with j, the criteria is specified as?
- j * 7
- j???????
- j ? 7
- j * 4
- The data type of switch expression must be?
- char
- int or char
- Anyone of these
- int
- Customers, cars and parts are examples of?
- Entity
- Attribute
- Cardinality
- Relationship
- An if inside another if is?
- Nested if
- A relational
- A branch
- A conditional operator
- While() loop is called?
- Finite loop
- Conditional loop
- Counter loop
- Infinite loop
- The modulus operator is used for?
- Division
- Multiplication
- Integer remainder
- Exponentiation
- The fundamental concept of relational database is?
- Report
- Form
- Table
- Query
- Which of the following is not arithmetic operators except?
- >
- -
- %
- +
- A database is an organized collection of ____ related data?
- Logically
- Physically
- Badly
- Loosely
- The output of a query in the form of a?
- Macro
- Form
- Report
- Table
- The expression 10 % 3 has a value equal to?
- 3
- 1
- 8
- 5
- Data that causes inconsistency lacks is?
- Data anomaly
- Data redundancy
- Data integrity
- Good data
- Relational operators allow to ______ numbers?
- Compare
- Add
- Divide
- Multiply
- Which of the following is the correct association?
- File=Column
- Record=Table
- Field=Row
- Record=Row
- In for loop, which of the following is used among expressions?
- ; (semicolon)
- , (comma)
- blank space
- : (colon)
- What will be output of following code?
!(7<7) ? printf(“ABC”)? printf("XYZ");- XYZ
- ABC
- None of these
- ABCXYZ
- A report may be based on a?
- Table & Query
- Table
- Query
- None of these
- Computer programs are also known as?
- Algorithm
- Software
- Procedure
- Hardware
- Which of the following is not a database object?
- MS Word
- Query
- Table
- Report
- What of the following has positive integers between 1 and 255?
- Byte
- Decimal
- Single
- Integer
- The symbol of conditional operator is?
- ?
- :
- !
- *
- Which of the following is component of MS-Access application windows?
- Tool bar
- All of these
- Title bar
- Scroll bar
- A loop within another loop is called?
- Finite
- Nested loop
- Outer loop
- Infinite loop
- How many primary key can a table have?
- One
- Between 1 and 5
- No limit
- Two
- Which of the following are object in MS Access database?
- Folders and Tools
- Table, Forms, Queries and Reports
- All of above
- Database, Datasheet and Form views
- Insert command is used to insert?
- A new record
- A new table
- A view
- Dependencies
- An ampersand (&) before the name of a variable denotes?
- Address
- Variable name
- Actual value
- Data type
- void occupies how many bytes in memory?
- Zero
- Two
- One
- Four
- Which of the following is used to associate entities with one another?
- Relationship
- Attribute
- Identifier
- Entity
- Format specifier for char data type is?
- %d
- %s
- %f
- %c
- What is Z to A order called?
- Alphabetical
- Ascending
- Descending
- Condescending
- Which mode is used to open a file in read/write mode?
- a+
- r+
- w
- w+
- Which of the following buttons of find and replace dialog box is click to start the search process?
- Find Next
- Next
- Find
- Search
- What is the final value of “x” after executing the following code?
for(int x=0; x<10;x++)- 9
- 10
- 11
- None of these
- The number of bytes used by double data type in C is?
- 12
- 16
- 2
- 8
- The smallest meaningful unit of data in a database is called?
- Byte
- Record
- Character
- Field
- Which of the following loop is called counter loop?
- for
- do-while
- while
- if
- A form within another form is as known as?
- Sub form
- Main form
- Special form
- Dialog box
- Each separate piece of information stored in a record is called a?
- Cell
- Table
- Field
- Form
- How many are the layout of report?
- 5
- 4
- 2
- 3
- In an E-R diagram, a rectangle presents a(n)?
- Identifier
- Attribute
- Relationship
- Entity
- _____ is not a valid escape code?
- \y
- \f
- \r
- \t
- Output of given code below?
main()
{
int counter=10;
switch(counter){
case 1:
printf(“Math”);
break;
case 2:
printf(“English”);
break;
case 3:
printf(“Physics”);
break;
default:
printf(“Urdu”);
}- Urdu
- Physics
- English
- Math
- How many expressions are in for loop structure?
- 1
- 3
- 0
- 2
- Which of the given is not a relationship?
- None of these
- M:1
- 1:1
- 1:M
- In which loop the condition comes after the body of loop?
- for loop
- while loop
- while & do-while loops
- do-while loop
- A graphical query tool is known as?
- Query Form
- Design Form
- Design Grid
- Query Grid
- Local variables are also called?
- Automatic
- Normal
- None of these
- Global
- A database containing all students in the class would store basic data of students in____?
- File
- Field
- Record
- Cell
- A relationship between patient and bed is?
- One:One
- One:Many
- Many:Many
- Many:One
- Comments are used to increase the ____ of the program?
- Complexity
- Readability
- Beauty
- Visibility
- A relationship between students and teacher is an example of relationship?
- Many-to-many
- One-to-one
- One-to-many
- Many-to-one
- Function prototype for built in function are specified in?
- Source files
- Header files
- Object files
- Image files
- The logical representation of an organization data is called a(n)?
- DBMS
- E-R model
- DBA
- None of these
- All of the following are logical operators except?
- ||
- <
- !
- &&
- On successful closing a file, the close() returns?
- File pointer
- Null
- 1 (one)
- 0 (Zero)
- Each set of related items in a table is called?
- Query
- Field
- Record
- Table
- A database consists of various components called?
- Objects
- Properties
- Entities
- Tools
- Which one is logical data type in MS-Access?
- Yes/No
- OLE Object
- True/False
- Auto number
- The person who is responsible for the design, implementation, operating, management and maintenance of database?
- The user
- System analyst
- Data Administrator
- Database Administrator
- ______ is return type of is_open() function?
- int
- char *
- bool
- float
- Output of following code?
main()
{
int score=70;
if(score>=90)
printf(“1”);
if(score>=80)
printf(“2”);
if(score>=70)
printf(“3”);
if(score>=60)
printf(“4”);
}- 123
- 2
- 1
- 34
- The function used to display output on the screen is called?
- gets()
- getch()
- scanf()
- printf
- A record is a complete set of _____ field?
- Distinct
- All of above
- Designed
- Related
- An IDE typically consists of?
- All of these
- Compiler
- Text editor
- Debugger
- The switch case block ends with?
- Break
- End case
- Case else
- End select
- An entity related to itself in an ERD Model refers to?
- One to many relationship
- One to one relationship
- Recursive relationship
- Many to many relationship
- A function is called by its?
- Body
- Return type
- Name
- Return type & name
- Which of the following function is used to write character to a file?
- get()
- fputc()
- fget()
- putc()
- Why are validation rules used in a database?
- Ensure correct data is entered
- M:M relationship
- 1:M relationship
- All of these
- The row of a table corresponds to?
- Field
- Record
- Table
- Cell
- One execution of a loop is known as a(n)?
- Cycle
- Iteration
- Duration
- Test
- Which statement is used to transfer the control to the specific point unconditionally?
- nested if
- if-else
- switch
- goto
- In flowchart the diamond symbol indicates?
- Output
- Progress
- Input
- Condition
- c- = b is equivalent to?
- b = b-c
- c = c-b
- b- = c
- c = -b
- Which one is a logical operator?
- !=
- <>
- ==
- !
- ___ file handling functions?
- None of these
- fscan()
- fprintf()
- printf() + fscan()
- An expression that uses a relational operator is known as?
- Sequential
- Serial
- Relational
- Operational
- Which of the following short key to save the c program?
- Ctrl+S
- F2
- F3
- Ctrl+F9
- Which of the following function is used to input data in C-programs?
- get
- sqrt
- scanf
- printf
- The actual data of database is stored in?
- Forms
- Reports
- Queries
- Tables
- In Access, the structure of a table is created in _____ view?
- Design & datasheet views
- Database view
- Design view
- None of these
- In a table, each column represents a?
- Attribute
- Field + Attribute
- Record
- Field
- A database may contain?
- At most two tables
- None of these
- At most three tables
- Only one table
- Which field type can be indexed?
- Memo
- Number
- OLE
- Hyperlink
- The attribute on the left hand of the arrow in a functional dependency is?
- Foreign key
- Primary key
- Candidate key
- Determinant
- To create an output stream, we must declare the stream to be of class ___?
- ofstream
- ifstream
- iostream
- None of these
- Writing a program in C language is _____ than?
- Less simple
- More time consuming
- Less time consuming
- Less time consuming & less simple
- The column of a table corresponds to?
- Record
- Table
- Cell
- Field
- Which of the following represents the preprocessor directive?
- include
- #include
- void main (void)
- { }
- include
- Which of the following program requires no translator to execute the program?
- Assembly language
- Machine language
- C
- C++
- The relationship between countries and their capitals is an example of ____ relationship?
- Many-to-many
- None of these
- One-to-one
- One-to-many
- In 3NF, which form of dependency is removed?
- Non-Functional
- Functional
- Transitive
- Associative
- Which of the following refers to the correctness and consistency of data?
- Data integration
- Data integrity
- Data independence
- Data model
- The functions used for input and output are stored in header file?
- math.h
- output.h
- conio.h
- stdio.h
- A variable declared inside the function is called?
- Formal
- Local
- Global
- Actual
- Which of the following data model is more flexible?
- Object model
- Hierarchical model
- Network model
- Relational model
- Which loop structure executes the body of the loop at least once?
- while()
- for()
- switch()
- do-while()
- The scope of variable refers to its?
- Data type
- Length
- Accessibility
- Name
- Another term for computer making a decision is?
- Iteration
- Repetition
- Selection
- Sequential
- How many times the loop will execute?
int i=0;
while(i<=5)
{
printf(“%d”,i);
i++;
}- 4
- 6
- 5
- 3
- What will be the output of the following code?
printf("%.2f",5.5555);- 5.56
- 5.00
- 5.55
- 5.555
- Which of the following may monitor the data being entered to make sure it conforms to the data definition rules?
- Data validation rule
- Input mask
- All of these
- Data dictionary
- Which function is used to read character from a file?
- fputs()
- fgets()
- getc()
- putc()
- Which of the following are valid case in switch?
- Case 1.5:
- Case 'ab'
- Case x<4
- Case 1:
- A variable declared outside any function is called?
- Local variable
- Automatic variable
- Global variable
- Static variable
- Which statement is used to move the control to the start of loop body?
- Break
- Continue
- None of these
- Switch
- Which of the following key is used to compile a c program?
- Shift+F9
- Ctrl+Shift+F9
- Alt+F9
- Ctrl+F9
- Another term used for a conditional operator is?
- Interaction
- Unary
- Ternary
- Binary
- A row of relation is called a?
- Entity
- Attribute & Entity
- Tuple
- Attribute
- A logical grouping of characters is a?
- All of above
- Record
- Field
- File
- A report that provides a column for each field of the records in under the column header is known as?
- Database Report
- Tabular Report
- Justified Report
- Columnar Report
- Which of the following is not a valid identifier?
- total3
- return
- myInt
- myint
- An attribute is also known as?
- Data set
- Tuple
- Row
- Data item
- Which statement is used to exit from loop body?
- break
- continue
- clrscr
- switch
- Which of the following sign operate as modulus operator?
- ÷
- &&
- %
- ×
- To find a four character name that starts with H, ____ criteria is specified as?
- H?4
- H*4
- H####
- H????
- Create command is used to create?
- Table
- Query
- Report
- Form
- The format specifier %U is used for?
- unsigned float
- unsigned long int
- integer
- unsigned short
- The translated program into machine code is called?
- Object program
- Source program
- Application program
- System program
- Which is the native language of computer?
- DOS
- C language
- Pascal
- Machine language
- The process of arranging data in a logical sequence is called?
- Classifying
- Data capturing
- Summarizing
- Sorting
- The data in a table is entered in?
- Normal view
- Datasheet view
- Design view
- Layout view
- Which of the following represent the wizard of DBMS?
- Table Wizard
- All of these
- Form Wizard
- Database Wizard
- How many variables can be used in printf() function?
- Many
- Two
- One
- Three
- A collection of raw facts and figures is called?
- Data
- Files
- Processing
- Information
- An index may be created on?
- Foreign key
- All of these
- Secondary key
- Primary key
- The symbol that performs operation on data is called?
- Function
- Syntax
- Operators
- Debug
- In relational database, a table is called?
- Tuple
- File
- Schema
- Relation
- A relation must have a key?
- Foreign key
- Composite key
- Sort key
- Primary key
- Which of the following is not suitable for input mask?
- Tools
- Entities
- Property
- Objects
- The loop which never end is called?
- Continuous loop
- Nested loop
- Infinite loop
- Running loop
- The key for data retrieval purpose is?
- Sort key
- Secondary key
- Primary key
- Control key
- A loop within a loop is called?
- Simple loop
- Nested loop
- Infinite loop
- Complex loop
- Which of the following operators work with one operand?
- Binary
- Unary
- Logical
- Ternary
- The nested-if is an alternative of?
- do-while
- switch()
- if-else
- All of these
- The rows of a table correspond to?
- Occurrence
- Data set
- Data item
- Attribute
- The format specified used for character type data type?
- %e
- %f
- %c
- %d
- How many basic layouts of forms in Microsoft Access?
- 4
- 2
- 5
- 3
- SQL stands for?
- Self Query Language
- Seek Query Language
- Structured Query Language
- Sort Query Language
- The programmer usually enters into computer using?
- Linker
- Debugger
- Text editor
- Compiler
- In If statement false is represented by?
- 1
- 2
- 3
- 0
- ____ is an object that extracts specific information from database?
- Form
- Macro
- Report
- Table
- Conditional operator is an alternate of?
- if
- nested if-else
- switch
- if-else
- All information's about one person or item is held in?
- Database
- Field
- File
- Record
- Which key does not hold uniqueness property?
- Secondary key
- Candidate key
- Primary key
- Foreign key
- The output of the compiler is called?
- Linked code
- Source code
- Program
- Object code
- Referential integrity is applied on?
- Primary key
- Candidate key
- Secondary key
- Foreign key
- Which of the following object is used to retrieve data from database and present in a formatted way?
- Report
- Form
- Query
- Table
- Which is shortcut key to execute a program?
- F9
- Ctrl + F9
- F5
- Alt + F9
- The data can be recovered in case of loss by using?
- Backup file
- Transaction file
- Data file
- Master file
- Which is used for two way decision?
- if
- Nested if else
- if-else
- switch
- Which is not included in the definition of entity?
- Action
- Person
- Object
- Concept
- Database development process involves mapping of conceptual data model into?
- Hierarchical model
- Network data model
- Object oriented data
- Implementation
- Which format specifier is used for integer data type?
- %f
- %c
- %s
- %d
- In ERD ___ symbol indicates attribute?
- Oval
- Rectangle
- Solid line
- Diamond
- The body of loop comes before the test condition in?
- while
- switch
- do-while
- conditional operator
- The printed or screen display of data or information in the database is called?
- Screen
- Report
- Query
- Entity
- A primary key that consists of more than one attribute is called?
- Composite key
- Foreign key
- Multi-value key
- Compound key
- A type of function written by the programmer is known as?
- Subprogram
- Built-in function
- Subroutine
- User defined
- Which of the following is not a data distribution strategy?
- Hybrid
- Duplicated
- Centralized
- Partitioned
- The goal of normalization is to?
- None of these
- Get stable data
- Increase redundancy
- Increase Number of relation
- A string constant is written in?
- Curly braces
- Parenthesis
- Single quotation marks
- Double quotation mark
- In a relational database, a single piece of information is called?
- Entity
- Table
- Record
- Attribute
- Two or many attributes having different names but same meanings are?
- Synonyms
- Aliases
- None of these
- Homonyms
- In ____ strategy full copy of database is assigned to more than one site in the network?
- Centralized
- Replicated
- Partitioned
- Hybrid
- Variable that holds a large group of similar type of data is called?
- Multiple
- Scalar value
- Constant
- Array
- Which loop structure always executes at least once?
- for
- while
- None of these
- do-while
- In 2NF, which form of dependency is removed?
- Transitive
- Partial
- Associative
- Functional
- Relational operator allows us to ______ numbers?
- Divide
- Add
- Multiple
- Compare
- A char data type occupy?
- 1 byte
- 3 byte
- 2 byte
- 4 byte
- How many table views are available in Microsoft Access?
- 4
- 3
- 2
- 1
- The final values of count and i after execution?
int i=5, count=0;
do{
count++;
i++;
} while(i<=5);- i=6, count=0
- i=5, count=0
- i=6, count=1
- i=5, count=1
- The printf is a _____ function?
- All of these
- Local
- Built-in
- User defined
- How many types of relationship?
- 4
- 2
- 5
- 3
- Which of the following is most popular and powerful DBMS?
- MS-Word
- MS-Excel
- MS-PowerPoint
- MS-Access
- Which is an example of multiple branches from single expression?
- for loop
- while loop
- If statement
- switch
- Conditional operator takes?
- Three operands
- Many operands
- One operand
- Two operands
- The function getch() is defined in?
- stdio.h
- conio.h
- string.h
- math.h
- Which is loop statement?
- for
- if
- if-else
- switch
- A sub form can be created by using?
- The form wizard
- Sub form wizard
- Drag and drop method
- All of these
- The process of writing a program into programming language is called?
- Coding
- Debugging
- Compiling
- Flowchart
- Which data type is the default type?
- Number
- Text
- Memo
- Auto number
- The process of sending argument to a function is called?
- Passing
- Filtering
- Sending
- Delivering
- Which operator in C is called Ternary Operator?
- If
- ?
- $
- ++
- The statement causes a loop to terminate early?
- Terminate
- Break
- Delete
- Exit
- Different attributes in two different tables having same name are referred to as?
- Homonym
- Synonym
- Mutually exclusive
- Acronym
- A collection of data consists of name, address and email of a person is called?
- Character
- Record
- Field
- Byte
- Ingredient of data modeling which defines the nature of the relationship among entities?
- Cardinality
- Modality
- Modality & cardinality
- Object
- The rule that a second from a table cannot be deleted if its associated record exiting a related table is called ___ rule?
- Referential integrity
- Entity integrity
- All of these
- Normalization
- Which of the following defines the nature of the relationship?
- Relationship
- Modality
- Cardinality
- None of these
- Which of the following is related to modality?
- Optional
- One
- One-to-many
- Many
- Which of the following is valid variable name?
- 2S
- S2
- S*2
- 2-S
- Global variables are created in?
- Hard Disk
- RAM
- ROM
- Cache
- Which of the following is correct association?
- Column=Row
- Relation=Table
- Field Row
- File=Column
- The case block in switch() structure ends with?
- Break
- Case else
- End select
- End case
- Which is loop statement?
- if-else
- switch
- None of these
- nested if
- Which of the following statement assigns a value to many variables?
- L value
- Input statement
- Compound assignment statement
- R value
- Which function is used to input data in C-language?
- pow()
- printf()
- scanf()
- sqrt()
- Which is needed to add, edit or delete records from a table?
- Record view
- Datasheet view
- Edit view
- Design view
- Variables are created in?
- RAM
- ROM
- Hard Disk
- Cache
- Microsoft Access save the database with the extension?
- .madb
- .msdb
- None of these
- .mdb
- A set of rule that must be followed to develop a program is called?
- Debug
- Preprocessor
- Bug
- Syntax
- A function does not return any thing has return type?
- Nothing
- Void
- Null
- Float
- In for statement, ____ expression is executed only once?
- Increment / decrement
- Initialization
- All of these
- Test
- Format specifier is started with symbol?
- &
- @
- ?
- %
- The ASCII code for escape key is?
- 28
- 29
- 27
- 30
- A row table is divided into columns called?
- Fields
- Records
- None of these
- Entities
- Every C-statement ends with a?
- Period
- Comma
- Colon
- Semicolon
- The resulting collection of records, called a _____?
- Report
- Form
- Dynaset
- Table
- A programming language used for mathematical and engineering applications was?
- BASIC
- FORTRAN
- COBOL
- Assembly
- Which of the following is not used to seek a file pointer?
- ios::end
- ios::cur
- ios::beg
- ios::set
- Which of the following may be a temporary file?
- Data warehouse
- Data structure
- Transaction file
- Data type
- Which is a numeric data type?
- Integer + floating point
- Floating point
- None of these
- Integer
- Semicolon is placed at the end of condition in?
- for loop
- while loop
- do-while loop
- nested loop
- DBMS stands for?
- Database Management System
- Digital bus Model System
- Database Model System
- Distant base Model System
- A relation that contains minimal redundancy and allows easy use is called?
- Clean
- Simple
- Well structured
- Complex
- MS-Access database consists of various components called?
- Tools
- Controls
- Objects
- Entities
- In "If" Statement false is represented by?
- 3
- 2
- 1
- 0
- Which of the following is passed into the method by a caller?
- Formal parameter
- None of these
- Arguments
- Actual parameter
- Which of the following is equivalent to (p>=q)?
- !(p<q)
- p<q
- !p<q
- p>q
- A file is stored in?
- ROM
- Cache
- Hard Disk
- RAM
- Which of the following is an example of database?
- Library catalog
- Phonebook
- All of these
- Student records
- The conditional operator is an alternative of?
- None of these
- if
- nested if
- if else
- To perform File I/O operations, we must use ____ header file?
- ofstream
- Any of these
- ifstream
- fstream
- Another name of Row is?
- Tuple
- Column
- Attribute
- Field
- The last statement is used to move case block in switch() structure can be?
- default
- break
- if-else
- else
- Memory is allocated to a local variable at the time of its?
- Declaration
- First reference
- Destruction
- Definition
- Organizing the database in computer disk storage is done in?
- Logical design
- Implementation
- Analysis
- Physical design
- A relation is also known as?
- Tuple
- Data item
- Table
- Attribute
- Which escape sequence can used to begin a new line in C?
- \n
- /a
- /b
- /n
- A relation is analogous to a?
- Field
- Record
- Row
- File
- The format specifier %lf is used for?
- Integer
- Unsigned float
- Unsigned short
- Double
- Which auto form displays one record at a time?
- Tabular
- Justified
- Datasheet
- Columnar
- The ampersand used in scanf() function is called?
- Address indicator
- Cell address
- Control
- Program
- In text file, data is stored in?
- ASCII-Code
- Octal code
- Text code
- Binary code
- How many types of loop structure are available in C-language?
- Two
- One
- Four
- Three
- This means to increase to value by one?
- Modulus
- Decrement
- Increment
- All of above
- Function prototype for built-in functions is specified in?
- Image file
- Header file
- Source file
- Object file
Post a Comment
Your feedback is highly appreciated and will help us to improve. So, please give your good suggestions.