ICT Term 2 MA Revision Sheet - Year 7 2022-2023

Download as pdf or txt
Download as pdf or txt
You are on page 1of 10

YEAR 7

Term 2
2022-2023

REVISION SHEET
ICT Department
ICT Revision Sheet
Term 2
2022-2023

Outline

1.Microsoft Excel( Advanced Features).

• How to make use of cell reference?


• How to make decisions with conditional formatting?
• How to sort data?
• How to create charts?
• What are the convenient types of charts?
• Converting currencies Project

2. Microsoft Word.

• How to create a table?


• How to modify table ?
• How to apply borders and shadings?
• How to change table styles?
• Design a Time Table Project.

3.Microsoft Access.

• What is a database?
• What are the main objects of a database?
• What are the major data types used in Access?
• How to create forms for input?
• How to create reports for output?
• How to change the layout of a report?

4.HTML

• How to add a header?


• How to add a paragraph ?
• How to add an image?
• How to make a hyperlink for a text?
• How to add a button?

5.Scratch 3

• How to make a variable?


• How to make a timer ?
• How to make a score?
• Maze Project
• Catch the fish Game

1
ICT Revision Sheet
Term 2
2022-2023

6.Theoretical

• Network Communication and Mobile OS

Microsoft Excel
Label the following cells

B4

B10

B14

Choose the correct answer


Hint:

To get the amount converted to USD

USD= Amount in EGP / USD Rate

To get the amount converted to EGP

EGP=Amount in USD * USD Rate

1. B10=….
a. A10/B4
b. A10/B5
c. A11/B6
d. A12/B7
2. B14=…..
a. A14/B4
b. A15/B5
c. A14*B4
d. B14/A15

2
ICT Revision Sheet
Term 2
2022-2023

3. The most convenient chart to compare between the currency rates over time is……
a. Line Chart
b. Bar Chart
c. Pie Chart
d. Caroll Chart
4. If this is a bank program we can work with conditional formatting to alert the clerk by turning
the cell into red color if the amount in USD is more than 1000 USD by
a. If (B4>1000)
b. If(A14>1000)
c. If(A14<1000)
d. If( B14>1000)
5. The most convenient chart to compare between the value of currency rates is……
a. Line Chart
b. Bar Chart
c. Pie Chart
d. Carroll Diagram

Microsoft Word

6. In Microsoft Word, we can insert a table from….


a. Insert tab
b. Home tab
c. Design tab
d. View Tab
7. We can remove the first column form this table from the…..
a. Table Design tab
b. Layout Tab
c. View Tab
d. Insert Tab
8. We can apply borders and shadings to this Table from……
a. Table Design tab
b. Layout Tab
c. View Tab
d. Insert Tab

3
ICT Revision Sheet
Term 2
2022-2023

9. This table can be resized


a. True
b. False
10. You can insert photos in each cell of this table
a. True
b. False

Microsoft Access

11. The main object in Microsoft Access is …..


a. Table
b. Form
c. Query
d. Primary Key
12. We can input data into tables of Microsoft Access using …..
a. Table
b. Form
c. Query
d. Primary Key
13. We can output data from tables of Microsoft Access using …..
a. Table
b. Form
c. Report
d. Primary Key
14. Each Column in this table is called …..
a. Field
b. Record
c. Label
d. Text Box

4
ICT Revision Sheet
Term 2
2022-2023
15. Each Row in this table is called …..
a. Field
b. Record
c. Label
d. Text Box
16. You can create a form from …..
a. Form wizard
b. Report wizard
c. Table Design
d. Page Setup
17. You can create a report from…
a. Create tab
b. Home Tab
c. Insert Tab
d. Primary Key
18. You can change the font name in a report from
a. Report Wizard
b. Property Sheet
c. Back Style
d. Width
19. The phone number data type should be….
(Hint: We don’t apply mathematical calculations to phone numbers)
a. Number
b. Text
c. Currency
d. AutoNumber
20. It is preferred to make websites data types as …… to navigate easily between Clients’ websites of
a database
a. Number
b. Hyperlink
c. Currency
d. AutoNumber

5
ICT Revision Sheet
Term 2
2022-2023
HTML

21. In this piece of code …….


The header tag is …..
a. <h1>
b. <button>
c. <a href="url">link text</a>
d. </html>
22. To add an image we use the following tag …..

a. <img src="pic_name.jpg" alt="Name" width="500" height="333">


b. <button>
c. <a href="url">link text</a>
d. </html>
23. The tag <!DOCTYPE html> is readable by the web browser
a. True
b. False
24. The hyperlink tag is ….
a. <a href="url">link text</a>
b. <button>
c. <img src="img_name.jpg" alt="name of photo">
d. </html>

6
ICT Revision Sheet
Term 2
2022-2023
25. The paragraph tag is …..
a. <button>
b. <img src="pic_name.jpg" alt="Name" width="500" height="333">
c. </html>
d. <p>This is some text in a paragraph.</p>
26. We can hyperlink an image and make it clickable using……
a. <img src="img_name.jpg" alt="name of photo">
b. <a href=”https://www.google.com“>
<img src=”your_image.gif” width=”100″ height=”132″>
</a>
c. <p>This is some text in a paragraph.</p>
d. </html>

7
ICT Revision Sheet
Term 2
2022-2023
Scratch 3

27. This piece of code is responsible for a count… timer for… seconds
a. Down/1
b. Down/10
c. Up/1
d. Up/-1
28. To change this timer to be counting for 15 seconds we should change the …. Value to be 15.
a. Repeat
b. Change timer by….
c. Set timer to ….
d. A and C
29. In this piece of code the timer variable waits … second before the next iteration(repetition)
a. 1
b. 10
c. -1
d. 11
30. …. is used to store information and it act as a container that holds informations
a. Variable
b. Repitition
c. Control
d. Motion

8
ICT Revision Sheet
Term 2
2022-2023

Theoretical
31. Bluetooth technology is a form of wireless communication
a. True
b. False
32. In a bus topology all workstations are connected to the central hub
a. True
b. False
33. A mobile phone is capable of handling unlimited memory.
a. True
b. False
34. A mobile operating system that is more prone to malware and data stealing
a. IOS
b. Android OS
c. Windows
d. Mac OS
35. A Linux -based open-source operating system is …
a. webOS
b. Android
c. Windows
d. Mac OS

Best wishes…

You might also like