Computer and Software Engineering MCQS

Computer and Software Engineering MCQS

University

107 Qs

quiz-placeholder

Similar activities

final ccna2

final ccna2

University

112 Qs

Java Advance review

Java Advance review

University

109 Qs

Data

Data

University

106 Qs

UTS2024C-Susulan

UTS2024C-Susulan

University

102 Qs

C Basic Data Types & Operators

C Basic Data Types & Operators

University

110 Qs

ITN 04.01 - IT 04.06 Physical Layer Module Review

ITN 04.01 - IT 04.06 Physical Layer Module Review

University

106 Qs

Tendecias

Tendecias

University

108 Qs

Quiz về Trí Tuệ Nhân Tạo

Quiz về Trí Tuệ Nhân Tạo

12th Grade - University

107 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?