Expression

Expression

University

10 Qs

quiz-placeholder

Similar activities

San Isidro ES LAC on MS Excel

San Isidro ES LAC on MS Excel

KG - University

9 Qs

หน่วยการเรียนรู้ เรื่อง สแตก (Stack)

หน่วยการเรียนรู้ เรื่อง สแตก (Stack)

University

10 Qs

Lesson1

Lesson1

University

10 Qs

Chapter 5 Java swing , small Apps

Chapter 5 Java swing , small Apps

University

10 Qs

Quiz 5: Loops

Quiz 5: Loops

University

10 Qs

CP03-02 การดำเนินการทางคณิตศาสตร์และตรรกะ

CP03-02 การดำเนินการทางคณิตศาสตร์และตรรกะ

University

5 Qs

AP CS practice 2

AP CS practice 2

11th Grade - University

12 Qs

Basics Of C Programming

Basics Of C Programming

University

10 Qs

Expression

Expression

Assessment

Quiz

Computers

University

Hard

Created by

Tasanawan Soonklang

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

นิพจน์ต่อไปนี้มีค่าเท่าใด

10 - 3 % 2 + 6 / 2

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

float c;

c = 5 / 2;

จากโค้ดภาษา C นี้ ตัวแปร c มีค่าเท่าไหร่

3.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

int sum= 0, count = 0;

sum = count++;

จากโค้ดภาษา C นี้ ตัวแปร sum มีค่าเท่าไหร่

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

พิมพ์ operator ในนิพจน์ด้านล่างนี้ ตามลำดับการทำงานที่เกิดขึ้น

x = b/3+c*2

/

+

*

=

=

/

  • +

  • *

/

  • *

  • +

  • =

  • *

  • /

  • +

  • =

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

พิมพ์ operator ในนิพจน์ด้านล่างนี้ ตามลำดับการทำงานที่เกิดขึ้น

if( (x < y) && (x > ++z) )

++

<

>

&&

<

>

&&

++

<

&&

>

++

&&

++

<

>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

พิมพ์ operator ในนิพจน์ด้านล่างนี้ ตามลำดับการทำงานที่เกิดขึ้น

if (x == 10 + 15 && y < 10)

  • ==

  • +

  • <

  • &&

  • +

  • ==

  • <

  • &&

  • ==

  • +

  • &&

  • <

  • +

  • &&

  • <

==

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

นิพจน์ไพธอนจับคู่กับผลลัพธ์ได้ถูกต้อง (2 คู่)

bool(1), True

1 < 5 < 10, True

1 < 5 < 10, SyntaxError

bool('A'), False

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?