CSS Exam Info

CSS Computer Science-I MCQs - 2025

0 votes, 0 avg
close report window

Report a question

You cannot submit an empty report. Please add some details.
tail spin

Computer Science Past Paper MCQs

CSS COMPUTER science past paper mcqs

Computer Science-I 2025 MCQs

1 / 20

Which type of software testing is used to confirm whether the software is according to customer’s requirements?

2 / 20

What is the degree of leaf node in a tree?

3 / 20

Which optimization method involves minimizing the memory access count in a program?

4 / 20

How is the head node deleted in a doubly circular linked list?

5 / 20

Which of the following is commonly used for measuring the performance of supercomputers?

6 / 20

What is the output of the following code?

int main() {

int a = 40;

int* ptr = &a;

int& ref = *ptr;

ref = 60; cout << a;}

7 / 20

What is meant by refactoring code in SDLC?

8 / 20

Which programming language uses the concept of ‘def’ function?

9 / 20

What is the main purpose of using a virus?

10 / 20

Which technique works by selecting the local optimal choice at each step?

11 / 20

What is the correct data structure for implementing Huffman algorithm?

12 / 20

Which software development model uses iterative cycles and continuous development?

13 / 20

Which phase of compiler is responsible for abstract syntax tree (AST) generation?

14 / 20

Which asymptotic notation gives the strict upper bound for a function?

15 / 20

What is the main goal of Capability Maturity Model Integration (CMMI)?

16 / 20

The process of deleting an element from an empty stack is called:

17 / 20

What is the role of parser?

18 / 20

Which of the following is the false statement in C language?

19 / 20

Which one of the following is the fastest way of searching for a given key?

20 / 20

What is the time complexity of searching for an element in a hash table?

Your score is

The average score is 50%

Exit

How was the test? Please submit your Rating and give feedback!

Leave a Reply

Your email address will not be published. Required fields are marked *