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
20 questions
Aplicatia Microsoft Word

Quiz
•
5th - 10th Grade
20 questions
Documente Web. Formatul HTML

Quiz
•
9th Grade - University
15 questions
Structuri neomogene

Quiz
•
9th - 12th Grade
15 questions
Recapitulare Web Design

Quiz
•
9th - 12th Grade
22 questions
Loops Quiz

Quiz
•
11th Grade
16 questions
Structuri repetitive în C++

Quiz
•
9th - 12th Grade
15 questions
ASK F2 -KOD ARAHAN (PYTHON)

Quiz
•
1st Grade - University
20 questions
Unit 5 TEST

Quiz
•
11th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

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

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
CTEA Computer Vocab Terms #1

Quiz
•
12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade