
Programare cu avansat 4
Quiz
•
Computers
•
6th - 8th Grade
•
Medium
Ali Cabas
Used 5+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Care ciur implementat corect?
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Care gaseste cmmdc dintre 2 numere corect
3.
DRAG AND DROP QUESTION
1 min • 1 pt
ciur[0]=ciur[1]= (a) ;
for(int i= (b) ; i*i<=n; i++) {
if( (c) ) {
for(int j=i*i; j<=n; (d) ) (e) }
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
int v1[10]={5,5,7,11,13,6,4,2,8,10};
int v2[10]={3,5,7,8,2,1,0,4,9,6};
cout << v1[ v2[0] ];
7
13
11
5
5.
MATCH QUESTION
1 min • 1 pt
Care se potriveste?
#include <algorithm>
INT_MAX;
INT_MIN
#include <fstream>
reverse(v,v+n);
#include <bitset>
bitset<105> ciur;
#include <limits.h>
ifstream fin("test.in");
#include <iostream>
cin >> a;
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
int v1[10]={3, 5, 7, 10, 11, 11, 18, 24, 26, 31};
int v2[5]={4, 5, 8, 9, 10};
Dupa program respectiv afiseaza?
3 4 5 5 7 8 9 10 10 11 11 18 24 26 31
3 5 7 4 5 8 9 10 10 11 11 18 24 26 31
4 5 8 9 10 3 5 7 10 11 11 18 24 26 31
4 3 5 5 8 7 9 10 10 11 11 18 24 26 31
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Care citeste textul respectiv si afiseaza fiecare caracter citit?
abd klmn abcd dert daer
char c;
while(1) {
cin >> c;
if(c=='\n') break;
cout << c << " ";
}
string s;
while(cin>>s) {
cout << s[0] << " ";
}
string s;
cin >> s;
for(i=0; i<s.size(); i++) {
cout << s[i] << " ";
}
char c;
while(1) {
cin.get(c);
if(c=='\n') break;
cout << " ";
}
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple

Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
Excel - Hàm
Quiz
•
7th Grade
10 questions
Sprawdź się
Quiz
•
4th - 12th Grade
13 questions
Licencje i prawa autorskie
Quiz
•
KG - University
12 questions
Форматирование и редактирование текста 7кл
Quiz
•
7th Grade
13 questions
Lekcja14 7-8
Quiz
•
7th - 8th Grade
15 questions
HTML
Quiz
•
8th - 12th Grade
13 questions
Powtórka z arkusza
Quiz
•
1st - 6th Grade
15 questions
Bebras Colage B
Quiz
•
7th - 12th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
11 questions
NEASC Extended Advisory
Lesson
•
9th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade