vi điều khiển 25 câu

vi điều khiển 25 câu

Professional Development

25 Qs

quiz-placeholder

Similar activities

St.JOSEPH'S HCL TECH PLACEMENT PRACTICE TEST-1 @ 19/7/25 FN

St.JOSEPH'S HCL TECH PLACEMENT PRACTICE TEST-1 @ 19/7/25 FN

Professional Development

30 Qs

Bahasa dan Software Compiler Pemrograman Mikrokontroler

Bahasa dan Software Compiler Pemrograman Mikrokontroler

Professional Development

20 Qs

IntroJavaFundamenta

IntroJavaFundamenta

Professional Development

20 Qs

SJIT PLACEMENT PRACTICE TEST-7

SJIT PLACEMENT PRACTICE TEST-7

Professional Development

25 Qs

SJIT ECE PLACEMENT PRACTICE TEST-2

SJIT ECE PLACEMENT PRACTICE TEST-2

Professional Development

25 Qs

Funções e Estruturas - Matrizes & Strings & Apontadores

Funções e Estruturas - Matrizes & Strings & Apontadores

9th Grade - Professional Development

24 Qs

Introduccion a la Programacion - Fundamentos de Programacion -P2

Introduccion a la Programacion - Fundamentos de Programacion -P2

Professional Development

20 Qs

SJIT ECE PLACEMENT PRACTICE-6

SJIT ECE PLACEMENT PRACTICE-6

Professional Development

26 Qs

vi điều khiển 25 câu

vi điều khiển 25 câu

Assessment

Quiz

Other

Professional Development

Easy

Created by

Trường Trần

Used 4+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kiểu dữ liệu nào sau đây dùng để biểu diễn ký tự có dấu?

int

unsigned char

signed char

float

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Đoạn mã nào dưới đây đúng với vòng lặp do while?

do { x++ } while x < 10

do x++ while (x < 10)

do x-+; while(x < 10)

do ( x++; } while(x < 10);

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kiểu dữ liệu nào sau đây có thể lưu trữ số thực có độ chính xác kép?

double

int

float

char

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Đoạn mà nào dưới đây đúng với việc khai báo và khởi tạo biến kiểu int?

. foat a = 5;

. char a = 5;

. int a = 5;

double a = 5;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kieu dữu liệu nao sau day có thể luu tra gia tri lớn nhất là 255?

. signed char

unsigned char

. int

. float

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kiểu dữ liệu char chiếm bao nhiêu byte trong bộ nhỏ?

2byet

1byet

4byet

8byet

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Giá trị tối đa của kiểu dữ liệu unsigned char là bao nhiêu?

255

. 127

. 65535

32767

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?