MCQs Computer Science Inter Part-II (1)

The subject of Computers is the main subject in ICS exams. This MCQ-type quiz is about the basics of computer science, information technology, Programming languages, and basic concepts about computer sciences. The test is designed for students and teachers to practice online on the website and prepare for the intermediate computer science exams. There are 20 MCQs in each Computer Science Inter Quiz for Part II. Let us start with the Online MCQS Computer Science Inter Quiz.

Online MCQs about Computer Science Intermediate Part-II with Answers

1. A ———– file can store text only.

 
 
 
 

2. Data can be recovered in case of loss by using

 
 
 
 

3. ———– type requires the largest processing time.

 
 
 
 

4. A database containing all students in a class would store the basic data of students in

 
 
 
 

5. A database is an organized collection of ————- related data.

 
 
 
 

6. A collection of raw facts and figures is called

 
 
 
 

7. Which of the following represents a collection of concepts that are used to describe the structure of a database?

 
 
 
 

8. The extension of the image file is

 
 
 
 

9. The manipulated and processed data is called

 
 
 
 

10. Which one of the following types of files requires the largest processing time?

 
 
 
 

11. The smallest meaningful unit of data in a database is called

 
 
 
 

12. A collection of related fields is

 
 
 
 

13. Which of the following data models is more flexible?

 
 
 
 

14. Which file is used to store information that remains constant for a long time?

 
 
 
 

15. A logical grouping of characters is a

 
 
 

16. Which of the following may be a temporary file?

 
 
 
 

17. The process of arranging data in a logical sequence is called

 
 
 
 

18. Which of the following types of files require the largest processing time?

 
 
 
 

19. SQL is a(n)

 
 
 
 

20. Which of the following may be a temporary file?

 
 
 
 

MCQs Computer Science Inter Part-II

  • Which of the following types of files require the largest processing time?
  • Which of the following may be a temporary file?
  • Which of the following represents a collection of concepts that are used to describe the structure of a database?
  • Which of the following data models is more flexible?
  • SQL is a(n)
  • The manipulated and processed data is called
  • The process of arranging data in a logical sequence is called
  • A collection of raw facts and figures is called
  • The smallest meaningful unit of data in a database is called
  • A collection of related fields is
  • ———– type requires the largest processing time.
  • Which of the following may be a temporary file?
  • A logical grouping of characters is a
  • A ———– file can store text only.
  • Which one of the following types of files requires the largest processing time?
  • Data can be recovered in case of loss by using
  • A database containing all students in a class would store the basic data of students in
  • Which file is used to store information that remains constant for a long time?
  • The extension of the image file is
  • A database is an organized collection of ————- related data.
MCQs Computer Science Intermediate Part II

Computer science deals with the theory and methods of processing information, the design of computer hardware and software, and the application of the computer in industry, science, business, social sciences, and arts. Computer Science is the study of hardware, software, computation, and computer technology. CS courses are being taught in colleges and universities. Students of Arts can also select this subject

https://itfeature.com

MCQs C Programming Language 4

C++ programming language is a high-level general-purpose computer programming language. C++ language supports all features of C language. 23 MCQs C Programming cover basic to advanced multiple-choice questions. Let us start with the C Programming Quiz.

Please go to MCQs C Programming Language 4 to view the test

MCQs C++ Programming Language with Answers

MCQs C Programming Quiz with Answers

  • Which of the following is the first step for creating and executing C++ programs?
  • Which of the correct sequence of steps for creating and executing C++ programs?
  • The process of converting source code into object code is known as:
  • The process of linking library files with object code is known as:
  • The processing of running an executable file is known as:
  • Which file contains the program after translation into machine language?
  • Which term is commonly used to refer to software or program errors?
  • Which of the following is NOT an example of a program bug?
  • If a program does something different than thinking of a programmer, it is called:
  • The output of the compiler is called:
  • What does the following code print on the screen? cout <<“hello”;
  • Syntax refers to the
  • A syntax error occurs when
  • A program’s syntax errors are detected by:
  • Which of the following errors are NOT detected by the compiler?
  • Which of the following does not contain machine language code?
  • A spelling error (such as typing intt instead of int) is an example of:
  • Division by zero (for example, 4/0) is an example of:
  • In a C++ program, two slash marks (//) indicate:
  • Text enclosed in /* */ in a C++ program:
  • Comments are used to:
  • The programmer usually enters source code into a computer using
  • Which of the following is TRUE about void functions?

Microsoft Excel in Statistics

Python Quizzes

C++/ C Language Quiz 3

C programming language is a high-level general-purpose computer programming language. C language supports all features of C language. C Language Quiz covers basic to advanced multiple-choice questions.

Please go to C++/ C Language Quiz 3 to view the test

MCQs C++ Language Quiz with Answers

MCQs C Language Quiz

  • Who developed C++?
  • C++ was designed to write programs for:
  • C++ is a:
  • Turbo C++ can compile:
  • Debug is the process of:
  • Processor directives are command for:
  • the expression is defined directive:
  • Which of the following languages requires no translator to execute the program?
  • The “.exe” file is produced by:
  • The void occupies how many bytes in memory?
  • Which of the following keys is used to save a file?
  • The basic structure of a C++ program consists of:
  • Which of the following is a compiler directive?
  • iostream.h is part of
  • Which of the following symbols is used to denote a pre-processor statement?
  • Which of the following syntax is used to include a header file?
  • main is a:
  • C++ statements end with a:
  • For every opening brace in a C++ program, there must be a:
  • Which of the following causes the contents of another file to be inserted into a program?

Statistics Software

Importing and Exporting Data in R Language

Important C MCQS with Answers 2

The post contains Quizzes about C MCQS with Answers. C++ programming language is a high-level general-purpose computer programming language. C++ language supports all features of C language. C++ MCQs cover basic to advanced multiple-choice questions. Let us start with the C MCQS with Answers Quiz.

Please go to Important C MCQS with Answers 2 to view the test

C++/C MCQS with Answers

  • Which of the following is the native language of the computer?
  • Writing programs in machine language is
  • Writing programs in a high-level language is ——– than machine language.
  • Which of the following is not a high-level language?
  • The lowest level of programming language is
  • An assembly language uses
  • What is the name of the program that translates assembly source code to machine code?
  • Which one of the following translates source code to object code as a whole?
  • Choose the program that translates and executes one line of the source code at a time.
  • Which of the following languages is ideal for writing business applications?
  • Which language was created to teach the students how to program?
  • Which of the following languages is an object-oriented language?
  • JAVA is a product of?
  • A programming language used for mathematical and engineering applications was
  • The set of instructions given to the computer to solve a problem is called
  • A flow chart is a ——— representation algorithm.
  • OOP stands for
  • The programming language BASIC stands for ———.
  • The programming language FORTRAN stands for ——–.
  • Every high-level language defines a set of rules for writing programs called ——— of the language.
gmstat.com c++ MCQs with answers

R and Data Analysis

MCQs in Statistics