String Methods

String Methods

Assessment

Flashcard

Computers

10th Grade

Practice Problem

Easy

Created by

maisaa qurom

Used 6+ times

FREE Resource

Student preview

quiz-placeholder

11 questions

Show all answers

1.

FLASHCARD QUESTION

Front

write the code to find a length for “IGCSE Computer Science” in pseudocode.

Back

pseudocode :

LENGTH “IGCSE Computer Science”

Python code :

len(“IGCSE Computer Science”)

Answer :22

2.

FLASHCARD QUESTION

Front

Transform the words “Programming" into upper and lower in pseudocode.

Back

pseudocode:

UCASE("Programming")

Python :

"programming".upper( )

the output: PROGRAMMING

3.

FLASHCARD QUESTION

Front

Write a code to display "Computer " from the string “IGCSE Computer Science” in pseudocode.

Back

Python:

"IGCSE Computer Science"[6:14]

pseudocode:

SUBSTRING("IGCSE Computer Science",7,8)

4.

FLASHCARD QUESTION

Front

consists of a massive collection

of web pages, and is based on the hypertext transfer protocol

Back

World wide web

5.

FLASHCARD QUESTION

Front

is a way of accessing information using the internet

Back

www

6.

FLASHCARD QUESTION

Front

user can send and receive emails

Back

internet

7.

FLASHCARD QUESTION

Front

it is a collection of multimedia web pages and other information

Back

world wide web

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers