[1일차] 문자열 퀴즈

[1일차] 문자열 퀴즈

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Representations

Representations

10th Grade

10 Qs

Input and Output Python

Input and Output Python

10th Grade

10 Qs

ASJ SERVER DATABASE

ASJ SERVER DATABASE

11th Grade

10 Qs

Python Lists

Python Lists

8th - 9th Grade

10 Qs

Python: Functions and Parameters

Python: Functions and Parameters

9th - 12th Grade

10 Qs

Python Intro

Python Intro

8th - 9th Grade

10 Qs

Networks, WiFi and Encryption

Networks, WiFi and Encryption

9th - 10th Grade

10 Qs

Informatika - Part 1

Informatika - Part 1

10th Grade

10 Qs

[1일차] 문자열 퀴즈

[1일차] 문자열 퀴즈

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

지아 한

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

"data_analysis" 문자열의 길이는 얼마인가요?

12

13

14

15

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"NIS"와 "Agent" 두 문자열을 연결하여 하나의 문자열을 만들어 주세요.

"NISAgent"

"NIS Agent"

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

변수 code_data에 "ABCDEFGHIJ"가 저장되어 있다면,

code_data[3:8]의 결과는 무엇인가요?

"ABCD"

"CDEFG"

"DEFGH"

"FGHIJ"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

문자열 "Encryption"에서 마지막 문자를 인덱싱을 사용해 찾으세요.

[-1]

n

o

E

t

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"Python" 문자열의 자료형은 무엇인가요?

int

list

str

bool