Test Cls 7 Sem I

Test Cls 7 Sem I

6th Grade

12 Qs

quiz-placeholder

Similar activities

Mirosoft Excel Quiz- Mamta

Mirosoft Excel Quiz- Mamta

6th - 8th Grade

10 Qs

ICA Edublocks

ICA Edublocks

6th Grade

10 Qs

QBASIC Programming

QBASIC Programming

5th - 10th Grade

10 Qs

HTML & CSS Review

HTML & CSS Review

5th - 8th Grade

9 Qs

Internetas 2

Internetas 2

6th Grade

12 Qs

Pengantar C/C++/Java

Pengantar C/C++/Java

1st - 12th Grade

9 Qs

FUNCIONES DE EXCEL

FUNCIONES DE EXCEL

6th Grade

10 Qs

Javascript

Javascript

KG - Professional Development

13 Qs

Test Cls 7 Sem I

Test Cls 7 Sem I

Assessment

Quiz

Computers

6th Grade

Practice Problem

Easy

Created by

Varga Adorjan

Used 14+ times

FREE Resource

AI

Enhance your content in a minute

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

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Ce se afișează în urma executării următoarelor instrucțiuni?

int a=4,b=7;

if(a==b){ cout << "DA";}

else { cout << "NU";}

DA

NU

4

5

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Ce se afișează în urma executării următoarelor instrucțiuni?

int a=4,b=4;

if( a<b) { cout << "DA";}

else { cout << "NU";}

DA

NU

4

5

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Ce se afișează în urma executării următoarelor instrucțiuni?

int a=4,b=5;

if( a>=b) { cout << "DA";}

else { cout << "NU";}

DA

NU

4

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ce se afișează în urma executării următoarelor instrucțiuni?

int a=4,b=5;

if( a == b-1 || b== a-1) { cout << "DA";}

else { cout << "NU";}

DA

NU

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ce se afișează în urma executării următoarelor instrucțiuni?

int n=5;

if( n%2==0) { cout << "Par";}

else { cout << "Impar";}

Par

Impar

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Ce se afișează în urma executării următoarelor instrucțiuni?

int a=6,b=4;

if( a>b) { cout << a;}

else { cout << b;}

a

b

4

6

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Ce se afișează în urma executării următoarelor instrucțiuni?

int i=1,n=4;

while(i<=n){ cout << i << " "; i++;}

1 2 3 4 5

0 1 2 3 4 5

1 2 3 4

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?