Computer and Software Engineering MCQS

Computer and Software Engineering MCQS

University

107 Qs

quiz-placeholder

Similar activities

CS 241 Practice Test Full Length

CS 241 Practice Test Full Length

9th Grade - University

109 Qs

قواعد شابتر 7

قواعد شابتر 7

University

102 Qs

Jarkom_Quis 2

Jarkom_Quis 2

University

108 Qs

all ques

all ques

University

105 Qs

cisco b1 ch 3-8, 11

cisco b1 ch 3-8, 11

University

103 Qs

ICT - session

ICT - session

University

104 Qs

act

act

University

107 Qs

ICT Fundamentals Quiz

ICT Fundamentals Quiz

University

102 Qs

Computer and Software Engineering MCQS

Computer and Software Engineering MCQS

Assessment

Quiz

Computers

University

Medium

Created by

Abdulmalik Ahmad Lawan

Used 3+ times

FREE Resource

107 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An algorithm is best described as
A sequence of SQL commands
A process for automating hardware testing
A finite set of well-defined instructions
A programming language paradigm

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Big O notation, which of these describes linear time complexity?
O(1)
O(n)
O(log n)
O(n²)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure follows LIFO (last-in, first-out)?
Queue
Stack
Graph
Tree

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A queue differs from a stack because it
Accesses elements in LIFO order
Accesses elements in FIFO order
Stores elements non-sequentially
Requires dynamic memory

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm has average time complexity O(n log n)?
Bubble sort
Selection sort
Merge sort
Insertion sort

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main advantage of a linked list over an array?
Constant-time random access
Dynamic size adjustment
Guaranteed contiguous storage
Built-in sorting

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a binary tree, each node can have at most how many children?
One
Two
Three
Four

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?