Computer Science Quiz

Computer Science Quiz

University

30 Qs

quiz-placeholder

Similar activities

Data Structures Priliminary

Data Structures Priliminary

University

30 Qs

Code Carnival

Code Carnival

University

25 Qs

STUCTURES

STUCTURES

University

25 Qs

Linux Review 3

Linux Review 3

8th Grade - Professional Development

28 Qs

Comandos de Linux

Comandos de Linux

University

25 Qs

PYTHON CONTERST 3

PYTHON CONTERST 3

University

25 Qs

OODP FT1 Assessment Questions

OODP FT1 Assessment Questions

University

30 Qs

5 - Chapter 8 Quiz

5 - Chapter 8 Quiz

University

30 Qs

Computer Science Quiz

Computer Science Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Dhivya.G AP-AIDS

Used 5+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is the correct postfix notation for the expression (A + B) * (C - D)?

AB + CD - *

AB + CD * -

AB + CD -

ABCD +-*

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the best time complexity of inserting an element in a linked list at the head?

O(1)

O(log n)

O(n)

O(n log n)

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the time complexity of accessing an element in an array by index?

O(n)

O(log n)

O(n log n)

O(1)

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In a B-tree of order m, what is the maximum number of children a node can have?

m

m - 1

m + 1

2m

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which traversal algorithm of a binary search tree provides the nodes in non-decreasing order?

Pre-order traversal

Post-order traversal

Level-order traversal

In-order traversal

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is NOT a characteristic of Artificial Intelligence?

Learning from data

Logical reasoning

Execution of tasks without human intervention

Random decision-making

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In machine learning, which type of learning algorithm is used when the output labels are available during training?

Unsupervised Learning

Supervised Learning

Reinforcement Learning

Semi-supervised Learning

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?