0% found this document useful (0 votes)
19 views

Year 8 Revision Answer

This document is an ICT revision sheet for Year 8 students, containing multiple-choice questions and true/false statements related to Python programming, Scratch, Microsoft Word, and HTML. It covers topics such as list methods in Python, the purpose of sprites in Scratch, and the structure of HTML. The document also includes a model answer section for self-assessment.

Uploaded by

oan140511
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

Year 8 Revision Answer

This document is an ICT revision sheet for Year 8 students, containing multiple-choice questions and true/false statements related to Python programming, Scratch, Microsoft Word, and HTML. It covers topics such as list methods in Python, the purpose of sprites in Scratch, and the structure of HTML. The document also includes a model answer section for self-assessment.

Uploaded by

oan140511
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

Year:.

ICT Revision Sheet


Year: 8
Year:. 8

Q1: Choose the correct answer


1-What does the append method do in Python?
a) Adds an element to the end of a list
b) Inserts an element at a specific position in a list
c) Removes an element from a list
d) Reverses the order of elements in a list

2-How do you use the insert method in Python?


a) list.insert(index, element)
b) list.insert(element)
c) list.insert()
d) list.insert(element, index)

3-What is the purpose of the reverse method in Python?


a) Adds an element to the end of a list
b) Inserts an element at a specific position in a list
c) Removes an element from a list
d) Reverses the order of elements in a list

4-What is a variable in Python?


a)A reserved word
b)A data type
c)A location in memory to store data
d)A function

5-What is the correct way to comment a single line in Python?


a) // This is a comment
b) # This is a comment
c ) /* This is a comment */
d) This is a comment
Year:. 8
6-Which of the following is a valid variable name in Python?
a ) 1variable
b) my_variable
c) global
d) variable-1

7-What does the type() function return in Python?


a ) The value of the variable
b) The type of the variable
c) The memory address of the variable
d ) The length of the variable

8-Which method is not a built-in list method in Python?


a) append()
b) insert()
c) reverse()
d) inverse()

9- What is the purpose of the stage in Scratch?


a)To provide a platform for actors
b)To serve as the backdrop for the project
c)To test the microphone
d)To display advertisements

10 -What is a sprite in Scratch?


a) A type of vegetable
b)A computer virus
c)A character or object that can perform actions
d)A type of dance move

11.-What is the purpose of the “Find and Replace” feature in Microsoft


Word?
a) To locate and replace specific words or phrases in a document
b) To find synonyms for selected words
c) To count the number of words in a document
d) To create a table of contents automatically
Year:. 8

12.-Which Microsoft Word feature provides readability statistics for a


document?
a) Find and Replace
b) Mail Merge
c) Spelling and Grammar
d) Word Count

13.-What is HTML?
a) HTML describes the structure of a webpage
b) HTML is the standard markup language mainly used to create
web pages
c) HTML consists of a set of elements that helps the browser how to
view the content
d) All of the mentioned

14- HTML stands for __________


a) HyperText Markup Language
b) HyperText Machine Language
c) HyperText Marking Language
d) HighText Marking Language

15- What is the correct syntax of doctype in HTML5?


a) </doctype html>
b) <doctype html>
c) <doctype html!>
d) <!doctype html>
Year:. 8
Q2: true or false() .

1- The append method adds an element to the end of a list.(------)

2- The insert method adds an element to the beginning of a list.(----------)

3-: The inverse method is used to reverse the order of elements in a list
.(-------)

4-: The reverse method reverses the order of elements in a list.(-------)

5- The True and False keywords are used to represent boolean values in
Python.(---------)

6-.HTML tag is used to insert an image is <img src=”htmllogo.jpg” />


(-------------)

7- . character is used to represent when a tag is closed in HTML is ( / )


(------------)

8. Python runs on the chrome browser ?(_-------)

9. Python is a high level language ?(---------)

10. Python is a hard to learn language ?(-------)


Model Answer

Q1: Choose the correct answer


1 What does the append method do in Python?
a) Adds an element to the end of a list
b) Inserts an element at a specific position in a list
c) Removes an element from a list
d) Reverses the order of elements in a list

2 How do you use the insert method in Python?


a) list.insert(index, element)
b) list.insert(element)
c) list.insert()
d) list.insert(element, index)

3 What is the purpose of the reverse method in Python?


a) Adds an element to the end of a list
b) Inserts an element at a specific position in a list
c) Removes an element from a list
d) Reverses the order of elements in a list

4-What is a variable in Python?


a )A reserved word
b )A data type
c )A location in memory to store data
d )A function

5-What is the correct way to comment a single line in Python?


a) // This is a comment
b) # This is a comment
c) /* This is a comment */
d) This is a comment
6-Which of the following is a valid variable name in Python?
a ) 1variable
b ) my_variable
c ) global
d ) variable-1

7-What does the type() function return in Python?


a) The value of the variable
b ) The type of the variable
c ) The memory address of the variable
d ) The length of the variable

8-Which method is not a built-in list method in Python?


a) append()
b) insert()
c) reverse()
d) inverse()

9.- What is the purpose of the stage in Scratch?


a)To provide a platform for actors
b)To serve as the backdrop for the project
c)To test the microphone
d)To display advertisements

10 -.What is a sprite in Scratch?


a) A type of vegetable
b)A computer virus
c)A character or object that can perform actions
d)A type of dance move

11.- What is the purpose of the “Find and Replace” feature in Microsoft
Word?
a) To locate and replace specific words or phrases in a document
b) To find synonyms for selected words
c) To count the number of words in a document
d) To create a table of contents automatically
12.- Which Microsoft Word feature provides readability statistics for a
document?
a) Find and Replace
b) Mail Merge
c) Spelling and Grammar
d) Word Count

13.- What is HTML?


a) HTML describes the structure of a webpage
b) HTML is the standard markup language mainly used to create
web pages
c) HTML consists of a set of elements that helps the browser how to
view the content
d) All of the mentioned

14.- HTML stands for __________


a) HyperText Markup Language
b) HyperText Machine Language
c) HyperText Marking Language
d) HighText Marking Language

15-. What is the correct syntax of doctype in HTML5?


a) </doctype html>
b) <doctype html>
c) <doctype html!>
d) <!doctype html>
Q2: true or false(x) .

1- The append method adds an element to the end of a list.(T)

2- The insert method adds an element to the beginning of a list.(F)

Answer: False (It adds an element at a specified position in the list.)

3-: The inverse method is used to reverse the order of elements in a


list.(F)

Answer: False (There is no inverse method in Python. The correct


method is reverse.)
4-: The reverse method reverses the order of elements in a list.(T)

5- The True and False keywords are used to represent boolean values in
Python.(T)

6-.HTML tag is used to insert an image is <img src=”htmllogo.jpg” />


(------T-------)

7- . character is used to represent when a tag is closed in HTML is ( / )


(------T------)

8- Python runs on the chrome browser ?(_---F----)

9-. Python is a high level language ?(---T------)

10-. Python is a hard to learn language ?(--F------)

You might also like