BAC_Info_Stiinte_01

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Dan Calin
Used 16+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Se consideră definite trei variabile de tip int: x, y şi z. O expresie C/C++ care are valoarea 1 dacă şi numai dacă x, y şi z au valori identice este:
x==y && x==z
x==y==z
x==y || x==z || y==z
!( x!=y && x!=z)
2.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Scrieti numărul afişat în urma executării algoritmului dacă pentru n se citeşte valoarea 6
19
20
21
22
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
O expresie C/C++ care are valoarea 1 este:
floor(7)+1==ceil(7)
floor(7.19)==ceil(7.19)
floor(7.19)==floor(7.91)
floor(7.91)==ceil(7.19)
4.
MULTIPLE SELECT QUESTION
3 mins • 1 pt
În secventa alăturată de instructiuni, variabilele i şi j sunt de tip întreg.
for(i=0;i<=4;i++){
for(.....)
cout<<j<<' ';
cout<<endl;
}
Completati zona punctată astfel încât, în urma executării secventei obtinute, să se afişeze pe ecran, în această ordine, numerele de mai jos.
0
1 0
2 1 0
3 2 1 0
4 3 2 1 0
j=0; j<=i, j++
j=i: j>=0; j=j-1
j=0; j<i+1; j=j+1
j=i; j>=0; j--
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Indicati care dintre expresiile C/C++ de mai jos are valoarea 1 dacă şi numai dacă numărul natural memorat în variabila întreagă n este divizibil cu 2 şi cu 7
!( (n%2==1) || (n%7!=0) )
(n%2==0) && (n%7!=0)
(n%2==0) || !(n%7==0)
(n%7==2) && (n%2==7)
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
O expresie C/C++ care are valoarea 1 este:
ceil(5)-1==floor(5)
ceil(5.19)==floor(5.19)
ceil(5.19)==ceil(5.91)
ceil(5.19)==floor(5.91)
7.
MULTIPLE SELECT QUESTION
3 mins • 1 pt
În secventa alăturată de instructiuni, variabilele i şi j sunt de tip întreg.
for(i=0;i<=4;i++){
for(.....)
cout<<j<<' ';
cout<<endl;
}
Completati zona punctată astfel încât, în urma executării secventei obtinute, să se afişeze pe ecran, în această ordine, numerele de mai jos.
4 3 2 1 0
3 2 1 0
2 1 0
1 0
0
j=4-i; j>=0; j=j-1
j=4; j>=0; j--
j=0; j<=i; j++
j=-i+4; j>-1; j--
Create a free account and access millions of resources
Similar Resources on Wayground
17 questions
ES Operatori, expresii, instructiuni - Pseudocod

Quiz
•
9th Grade
19 questions
Fișă de lucru Nr.1 C++

Quiz
•
10th Grade
17 questions
Elementele de bază ale limbajului C++

Quiz
•
10th Grade
25 questions
Evaluare formativă

Quiz
•
9th Grade
15 questions
Predictiv 9 Info

Quiz
•
9th Grade
15 questions
Evaluare sumativa 2 - HTML

Quiz
•
9th - 12th Grade
15 questions
Quiz despre Operatorii în C++

Quiz
•
10th Grade
23 questions
Algoritmul lui Dijkstra pentru grafuri ponderate

Quiz
•
11th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
40 questions
LSHS Student Handbook Review: Pages 7-9

Quiz
•
11th Grade
24 questions
Scientific method and variables review

Quiz
•
9th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
19 questions
Mental Health Vocabulary Pre-test

Quiz
•
9th Grade