Quiz 1: Rust for Beginner

Quiz 1: Rust for Beginner

7th Grade

15 Qs

quiz-placeholder

Similar activities

แบบทดสอบปลายภาคคอมพิวเตอร์

แบบทดสอบปลายภาคคอมพิวเตอร์

6th - 8th Grade

20 Qs

แบบทดสอบปลายภาคเรียนที่ 2/66

แบบทดสอบปลายภาคเรียนที่ 2/66

6th - 8th Grade

20 Qs

word2019 เบื้องต้น EP.1

word2019 เบื้องต้น EP.1

7th Grade

10 Qs

ภาษาซี ข้อสอบกลางภาค

ภาษาซี ข้อสอบกลางภาค

7th Grade

20 Qs

แบบทดสอบก่อนเรียน

แบบทดสอบก่อนเรียน

6th - 8th Grade

20 Qs

Computer1

Computer1

6th - 9th Grade

10 Qs

การจัดการไฟล์ข้อมูล

การจัดการไฟล์ข้อมูล

7th Grade

20 Qs

ข้อสอบ คอมพิวเตอร์เบื้องต้น

ข้อสอบ คอมพิวเตอร์เบื้องต้น

6th - 8th Grade

20 Qs

Quiz 1: Rust for Beginner

Quiz 1: Rust for Beginner

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Samit Koyom

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

คำสั่ง command-line สำหรับคอมไพเลอร์ของ Rust คืออะไร?

rustup

cargo

rustco

rustc

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ไฟล์ของ Rust มีนามสกุลไฟล์อะไร?

.ru

.rt

.rs

.rust

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

เราเขียนซอร์สโค้ดของ Rust ไว้ที่ไหน?

ภายในไฟล์ Cargo.toml

ภายในโฟลเดอร์ target

ภายในโฟลเดอร์ src

ภายในโฟลเดอร์ source

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

คำสั่ง cargo build ทำหน้าที่อะไร?

ทำการจัดรูปแบบ code ให้อ่านง่าย

ทำการ build และสร้างไฟล์สำหรับ executable จากซอสโค้ด

ทำการ build และสร้างไฟล์สำหรับ executable จากซอสโค้ด และรันไฟล์นี้ขึ้นมา

cargo build ไม่สามารถทำงานได้ถูกต้อง

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ทุกโปรแกรมของ Rust จะต้องมีฟังก์ชันที่ชื่อว่าอะไร?

primary

main

launch

start

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

คำสั่งอะไรที่ใช้ลบไฟล์ executable ที่คอมไพล์แล้วทั้งหมดออกจากโปรเจกต์ปัจจุบัน?

cargo delete

cargo build

cargo clean

cargo run

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

โหมดพื้นฐาน (default) ที่ cargo ใช้ในการ build โปรเจกต์คือโหมดอะไร?

debug

default

release

test

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?