Class VI- Class test

Class VI- Class test

6th Grade

9 Qs

quiz-placeholder

Similar activities

Kelas Online Scratch ADS- Evaluasi 2

Kelas Online Scratch ADS- Evaluasi 2

1st - 9th Grade

11 Qs

OFA4084

OFA4084

4th - 6th Grade

10 Qs

Pengenalan PowerPoint

Pengenalan PowerPoint

6th Grade

10 Qs

Sigurnost mreže računala

Sigurnost mreže računala

6th - 7th Grade

12 Qs

CGE588 Chapter 2 Quiz 1

CGE588 Chapter 2 Quiz 1

KG - University

6 Qs

Quiz for Youths

Quiz for Youths

6th - 8th Grade

12 Qs

Xavier-Ecoteneo Interaction

Xavier-Ecoteneo Interaction

2nd - 6th Grade

10 Qs

Some, any and no

Some, any and no

6th Grade

10 Qs

Class VI- Class test

Class VI- Class test

Assessment

Quiz

Education

6th Grade

Easy

Created by

Thinley Wangchuk

Used 2+ times

FREE Resource

9 questions

Show all answers

1.

OPEN ENDED QUESTION

2 mins • Ungraded

Media Image

complete the given program.

Evaluate responses using AI:

OFF

Answer explanation

until health()==100

....wait()

2.

OPEN ENDED QUESTION

5 mins • Ungraded

Media Image

Write a program to solve the given challenge.

Evaluate responses using AI:

OFF

Answer explanation

for b in bananas

if b.rotten()

say "Yuck!"

else

goto b

3.

OPEN ENDED QUESTION

1 min • Ungraded

Media Image

Find the error in the given code and re-write the program in correct order.

Evaluate responses using AI:

OFF

4.

OPEN ENDED QUESTION

3 mins • Ungraded

Media Image

Complete the given program.

Evaluate responses using AI:

OFF

5.

OPEN ENDED QUESTION

5 mins • Ungraded

Media Image

Write a program for the given challenge

Evaluate responses using AI:

OFF

6.

OPEN ENDED QUESTION

2 mins • 1 pt

How is NOT operator different from AND and OR operator. Mention any one.

Evaluate responses using AI:

OFF

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The NOT operator in programming is used to:

A) Perform arithmetic operations.

B) Reverse the logical value of an expression.

C) Concatenate strings.

D) Create loops.

8.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is the correct usage of the NOT operator in an if statement?

A) if !condition

B) if (condition != true)

C) if not condition

D) if condition == false

9.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the result of applying the NOT operator twice to a boolean value?

A) The value remains unchanged.

B) It results in the opposite boolean value.

C) It becomes null.

D) It becomes undefined.