Cyclic Test Grade 7 EKAM

Cyclic Test Grade 7 EKAM

7th Grade

16 Qs

quiz-placeholder

Similar activities

NEW_SMP_Mls8_Quiz

NEW_SMP_Mls8_Quiz

7th - 12th Grade

18 Qs

Introduction to Python Programming

Introduction to Python Programming

7th - 10th Grade

12 Qs

Pseudocode and Flowcharts - Computer Science

Pseudocode and Flowcharts - Computer Science

KG - 12th Grade

15 Qs

Search and Sort Algorithms

Search and Sort Algorithms

7th - 11th Grade

18 Qs

Final Lesson

Final Lesson

6th - 8th Grade

19 Qs

Micro:Bit Homework 1

Micro:Bit Homework 1

6th - 10th Grade

20 Qs

Search & Sort Algorithms

Search & Sort Algorithms

7th - 11th Grade

18 Qs

Python basics

Python basics

7th - 10th Grade

18 Qs

Cyclic Test Grade 7 EKAM

Cyclic Test Grade 7 EKAM

Assessment

Quiz

Computers

7th Grade

Easy

Created by

Pooja CS Teacher

Used 3+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a pseudocode and why is it used in programming?

Pseudocode is an informal description of a computer program or algorithm in a short clear and precise way

Pseudocode is a programming language widely used in industry

Pseudocode is only used by beginner programmers

Pseudocode is a type of code used in video games

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How does binary search algorithm work?

Randomly select elements to compare with the target value

Sort array and search from the end

Divide sorted array in half and narrow down search range based on middle element

Compare every element in array with target value sequentially

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Using the linear search I want to search for the number 5 in the list [3, 7, 1, 5, 9]. Which of the following is true for the linear search algorithm?

In linear search, the algorithm jumps to the middle of the list to find the element

The algorithm would start at the beginning of the list, compare each element with 5, and stop when it finds the number or reaches the end of the list.

Linear search is only applicable to strings, not numbers

Linear search involves sorting the list before searching

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is NOT a Relational operator in Python?

==

!=

>>

<=

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of these is NOT a logical operators in Python.

nand

or

and

not

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is not a conditional statement in Python?

if statement

if-else statement

if-elif staement

for statement

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How can pseudocode help in a program?

Pseudocode is used to plan and design algorithms before implementing them

Pseudocode makes the program planning process more complicated.

Pseudocode is only useful for experienced programmers, not beginners.

Pseudocode is not necessary as coding directly is more efficient.

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?

Discover more resources for Computers