PR _Lab _ Basic _ Quiz

PR _Lab _ Basic _ Quiz

Professional Development

23 Qs

quiz-placeholder

Similar activities

Astérix et les Gaulois

Astérix et les Gaulois

KG - Professional Development

20 Qs

Le droit de propriété

Le droit de propriété

University - Professional Development

20 Qs

CITC Week 2 Quiz

CITC Week 2 Quiz

Professional Development

20 Qs

Seguridad y salud laboral

Seguridad y salud laboral

Professional Development

20 Qs

Intro 7 Writing Exam

Intro 7 Writing Exam

Professional Development

20 Qs

Sûreté CAP 1B

Sûreté CAP 1B

Professional Development

20 Qs

Craft Silicon IT Security Awareness Test

Craft Silicon IT Security Awareness Test

Professional Development

18 Qs

UD 20 - Termoterapia

UD 20 - Termoterapia

Professional Development

20 Qs

PR _Lab _ Basic _ Quiz

PR _Lab _ Basic _ Quiz

Assessment

Quiz

Other

Professional Development

Practice Problem

Easy

Created by

NILESH JAIN

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of print(2 ** 3) in Python?

6

8

4

9

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In C, what is the correct syntax to declare a variable?

int; x;

float y = 5;

type variable_name; // e.g., int x; or float y = 5.0;

variable_name type;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a linear search algorithm?

A linear search algorithm is a method for finding a target value within a list by checking each element one by one.

A linear search algorithm uses a binary tree for searching.

A linear search algorithm finds the target value by jumping to random elements.

A linear search algorithm sorts the list before searching.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Define a stack in data structures.

A stack is a collection of elements that can be accessed in any order.

A stack is a linear data structure that follows the Last In First Out (LIFO) principle.

A stack is a non-linear data structure that allows random access to elements.

A stack is a data structure that follows the First In First Out (FIFO) principle.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'def' keyword in Python?

To import a module.

To define a function.

To declare a variable.

To create a class.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a comment in C programming?

Use '//' for multi-line comments

Use '#' for comments

Use '/*' for single-line comments

Use '//' for single-line comments and '/* ... */' for multi-line comments.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of binary search?

O(log n)

O(1)

O(n)

O(n log n)

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?