MCA Entrance: Computer Science Fundamentals

Practice test covering C programming, data structures, operating systems, digital electronics, and computer fundamentals for MCA entrance preparation

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which of the following languages can be used for creating web pages?

  1. C
  2. FORTRAN
  3. COBOL
  4. JAVA
  5. HTML
Question 2 Multiple Choice (Single Answer)

What is the process of creating new classes with enhanced features from already existing ones called?

  1. Structure
  2. Polymorphism
  3. Inheritance
  4. Template
  5. Function overloading
Question 3 Multiple Choice (Single Answer)

Which of the following is not a modifier used in C programming language?

  1. short
  2. long
  3. sizeof
  4. signed
  5. unsigned
Question 4 Multiple Choice (Single Answer)

The binary number (1100 1001 1100 1111) constitutes of how many bytes?

  1. 4
  2. 2
  3. 16
  4. 1
  5. 32
Question 5 Multiple Choice (Single Answer)

Which of the following is a user defined data type used in C programming language?

  1. int
  2. float
  3. double
  4. char
  5. struct
Question 6 Multiple Choice (Single Answer)

Which keyword is used for defining a structure?

  1. str
  2. st
  3. struct
  4. stt
  5. structure
Question 7 Multiple Choice (Single Answer)

Which of the following attributes describe ROM?

  1. Low speed, volatile memory
  2. High speed, volatile memory
  3. Virtual memory
  4. High speed,non-volatile memory
  5. Secondary memory
Question 8 Multiple Choice (Single Answer)

What is the process of moving a process from main memory to hard disk called?

  1. Scheduling
  2. Caching
  3. Swapping
  4. Polling
  5. Spooling
Question 9 Multiple Choice (Single Answer)

Which of the following logic gates works as an inverter?

  1. AND
  2. OR
  3. NOT
  4. NAND
  5. XOR
Question 10 Multiple Choice (Single Answer)

Which logic gate would give the output low, only when all its inputs are high?

  1. OR
  2. NOR
  3. XOR
  4. AND
  5. NAND
Question 11 Multiple Choice (Single Answer)

Which gate can be used in a combination to perform the function of AND, OR and NOT gates?

  1. AND
  2. OR
  3. NOT
  4. NAND
  5. XOR
Question 12 Multiple Choice (Single Answer)

Operation of which of the following gates is a logical multiplication?

  1. OR
  2. AND
  3. NOT
  4. NAND
  5. NOR
Question 13 Multiple Choice (Single Answer)

Which C header file contains the prototype statements for the file operations?

  1. string.h
  2. stdio.h
  3. conio.h
  4. stdlib.h
  5. math.h
Question 14 Multiple Choice (Single Answer)

Which of the follwoing data structures is LIFO?

  1. Stack
  2. Queue
  3. Tree
  4. Linked List
  5. De-queue
Question 15 Multiple Choice (Single Answer)

What is a program in execution called?

  1. Algorithm
  2. Process
  3. Subroutine
  4. Object code
  5. Instruction