Programmer Quiz

Quiz
•
Computers, Fun
•
12th Grade
•
Hard
YUSUF SUGIARTO
Used 151+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many years do you have to go to school?
6 years
8 years
4 years
12 years
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
This is computer code.
True
False
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Computer programmers work with Software developers.
True
False
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What computer language is used most often?
HTML
C
Java
C++
C#
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include <stdio.h>
void main()
{
int k = 0;
for (k)
printf("Hello");
}
Compile time error
hello
Nothing
Varies
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following C++ code?
int x = 35;
int y = 45;
int z;
if (x > y)
z = x + y;
else
z = y – x;
cout << x << " " << y << " " << z << endl;
35 45 80
35 45 10
35 45 –10
35 45 0
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Assume you have three int variables: x = 2, y = 6, and z.
Choose the value of z in the following expression: z = (y / x > 0) ? x : y;.
2
3
4
6
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
De todo

Quiz
•
1st Grade - Professio...
16 questions
Loops

Quiz
•
5th - 12th Grade
15 questions
JavaScript Basics

Quiz
•
12th Grade - University
19 questions
Midterm 12C SU

Quiz
•
12th Grade
20 questions
Pemrograman Dasar 3

Quiz
•
9th - 12th Grade
18 questions
AP Computer Science A Post Unit 2 Check

Quiz
•
10th Grade - University
20 questions
Linguaggio C++

Quiz
•
10th - 12th Grade
17 questions
Python Input and Arithmetic Quiz

Quiz
•
9th Grade - University
Popular Resources on Wayground
15 questions
Hersheys' Travels Quiz (AM)

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
17 questions
MIXED Factoring Review

Quiz
•
KG - University
10 questions
Laws of Exponents

Quiz
•
9th Grade
10 questions
Characterization

Quiz
•
3rd - 7th Grade
10 questions
Multiply Fractions

Quiz
•
6th Grade