
Câu Hỏi Kiến Thức Tin Học
Quiz
•
Computers
•
University
•
Hard
Dương Giáp
FREE Resource
Enhance your content in a minute
116 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Đáp án nào sau đây là đúng để khai báo biến x kiểu số nguyên 4 byte và khởi tạo giá trị 10?
int x = 10;
float x = 10.0;
char x = 10;
double x = 10;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Đáp án nào sau đây là đúng để khai báo biến y kiểu số thực 4 byte và khởi tạo giá trị 5.5?
double y = 5.5;
char y = '5.5';
float y = 5.5f;
int y = 5.5;
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Đáp án nào sau đây là đúng để khai báo hằng số PI kiểu số thực 8 byte với giá trị 3.14159?
const double PI = 3.14159;
const int PI = 3.14159;
double const PI = 3.14159;
float const PI = 3.14159f;
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Đáp án nào sau đây là đúng để khai báo biến a kiểu số nguyên có dấu 4 byte và khởi tạo giá trị -15?
double a = -15;
float a = -15.0;
unsigned int a = -15;
int a = -15;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Đáp án nào sau đây là đúng để khai báo biến z kiểu số nguyên không dấu 4 byte với giá trị 20?
unsigned int z = 20;
int z = 20;
float z = 20.0f;
unsigned float z = 20;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Đáp án nào sau đây là đúng để khai báo biến n kiểu số nguyên có dấu 4 byte với giá trị -100?
float n = -100.0f;
int n = -100;
unsigned int n = -100;
int n = 100;
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Đáp án nào sau đây là đúng để kháo báo hằng số count kiểu số nguyên 4 byte với giá trị 5?
int const count = 5;
const int count = 5;
float const count = 5.0f;
unsigned int const count = 5;
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
118 questions
Викторина без названия
Quiz
•
University
115 questions
Основы компьютерного моделирования
Quiz
•
University
114 questions
Redes
Quiz
•
University
115 questions
UTS DASPRO
Quiz
•
University
119 questions
Practice
Quiz
•
University
114 questions
Nhập Môn
Quiz
•
University
112 questions
Вопросы по информационным технологиям
Quiz
•
University
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
6 questions
FOREST Self-Discipline
Lesson
•
1st - 5th Grade
7 questions
Veteran's Day
Interactive video
•
3rd Grade
20 questions
Weekly Prefix check #2
Quiz
•
4th - 7th Grade
Discover more resources for Computers
7 questions
Different Types of Energy
Interactive video
•
4th Grade - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
25 questions
Waves-8th Grade Physical Science
Quiz
•
KG - University
41 questions
Unit 8 Key Terms
Quiz
•
11th Grade - University
10 questions
Product & Quotient Derivative Rules
Quiz
•
University
5 questions
How to Calculate Force - Newton's 2nd Law of Motion
Interactive video
•
10th Grade - University
10 questions
Dichotomous Key
Quiz
•
KG - University
