Code Master - CN

Code Master - CN

University

53 Qs

quiz-placeholder

Similar activities

PSPP UNIT 2 MCQ

PSPP UNIT 2 MCQ

University

50 Qs

OS installation

OS installation

University

50 Qs

TACN - ĐĐT - UNIT 1-2-4

TACN - ĐĐT - UNIT 1-2-4

University

50 Qs

G5. U1. VOCAB

G5. U1. VOCAB

University

50 Qs

Specialized English - 1

Specialized English - 1

University

49 Qs

Review for  math final (#2)

Review for math final (#2)

6th Grade - University

55 Qs

TEST 4 - ENGLISH OUTCOMES

TEST 4 - ENGLISH OUTCOMES

University

54 Qs

Teaching and Assessment_preliminary

Teaching and Assessment_preliminary

University - Professional Development

50 Qs

Code Master - CN

Code Master - CN

Assessment

Quiz

English

University

Hard

Created by

Haribabu Thammineni Lendi Institute of Engineering and Technology

Used 1+ times

FREE Resource

53 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the purpose of the `#include <stdio.h>` directive in C?

To include standard input/output functions

To define a macro

To include math functions

To include string manipulation functions

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the output of `printf("%d", sizeof(char))`

1

2

4

depends on compiler

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which sorting algorithm has the worst-case time complexity of O(n^2)

Merge Sort

Quick Sort

Bubble Sort

Insertion Sort

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In a binary search tree (BST), what is the maximum number of children a node can have?

3

2

1

undefined

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does FIFO stand for?

First In, First Out

First Input, First Output

First In, First Ordered

First Index, First Out

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following data structures is not linear

Array

Linked List

Stack

Tree

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the output of `print("hello" + 3)` in Python

hello3

hellohellohello

Error

None of the above

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?