
C++ sprawdzian

Quiz
•
Computers
•
10th - 12th Grade
•
Medium
Tomasz Kosicki
Used 69+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jaka jest poprawna składnia do wyprowadzania „Hello World” w C++?
cout << "Hello World";
System.out.println("Hello World");
Console.WriteLine("Hello World");
print ("Hello World");
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jak wstawić KOMENTARZ w kodzie C++?
// To jest komentarz
/* To jest komentarz
# To jest komentarz
/ To jest komentarz
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jaki typ danych jest używany do tworzenia zmiennej, która powinna przechowywać tekst?
myString
string
Txt
String
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jak stworzyć zmienną o wartości liczbowej 5?
int x = 5;
double x = 5;
x = 5;
num x = 5
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Jak stworzyć zmienną z liczbą zmiennoprzecinkową 2.8?
byte x = 2.8
x = 2.8;
int x = 2.8;
double x = 2.8;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Który operator służy do sumowania dwóch wartości?
*
+
++
&
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Który plik nagłówkowy pozwala nam pracować z obiektami wejściowymi i wyjściowymi?
#include <inputstr>
#include <iosstring>
#include <iostream>
#include <stream>
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
KUIS ASJ

Quiz
•
11th Grade
23 questions
HTML Practice 3 of 4

Quiz
•
11th - 12th Grade
20 questions
PEMROGRAMAN DASAR

Quiz
•
10th Grade
15 questions
Basics in Java

Quiz
•
9th - 12th Grade
20 questions
AP CS A Unit 3

Quiz
•
9th - 12th Grade
15 questions
Programming basics

Quiz
•
12th Grade
22 questions
C# Quiz

Quiz
•
9th - 12th Grade
20 questions
Java Casting & Booleans

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

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th 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
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade