0% found this document useful (0 votes)
61 views23 pages

Year 7 Revision PPT - Types of Computer - Hardware and Software - WWW and Internet 2

The document serves as a revision guide covering types of computers, hardware and software, the Internet and WWW, and Python programming concepts such as variables and the print() function. It includes multiple choice and short answer questions to assess understanding of these topics. Key distinctions between computer types, hardware classifications, and the functionalities of the Internet and WWW are highlighted.

Uploaded by

zgqmr8rq6d
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)
61 views23 pages

Year 7 Revision PPT - Types of Computer - Hardware and Software - WWW and Internet 2

The document serves as a revision guide covering types of computers, hardware and software, the Internet and WWW, and Python programming concepts such as variables and the print() function. It includes multiple choice and short answer questions to assess understanding of these topics. Key distinctions between computer types, hardware classifications, and the functionalities of the Internet and WWW are highlighted.

Uploaded by

zgqmr8rq6d
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/ 23

Revisit:

• Types of Computer,
• Hardware and software,
• WWW and Internet
• Python Variables, print()
Revision PPT

LEARNING OBJECTIVE:
• To revisit the Types of computers, Hardware and Software,
WWW and internet, Python variables, print()
Types of Computer
Revision PPT
Multiple Choice Questions:
Which of the following is NOT a typical computer you might find in everyday use?
• a) Mini computer*
• b) Microwave oven
• c)Laptop computer
• d) Smartphone
• Answer: b) Microwave oven
Which type of computer is typically used by large organizations like space research
for processing massive amounts of data?
a) Mini computer
b) Micro computer
c) Mainframe computer
d) Supercomputer
Answer: d) Supercomputer
Revision PPT
Multiple Choice Questions:
Which type of computer is commonly found in everyday devices like smartphones,
tablets, and laptops?
a) Mini computer
b) Micro computer
c) Mainframe computer
d) Supercomputer
Answer: b) Micro computer
Which type of computer is typically the smallest and most affordable for personal
use?
a) Mini computer
b) Micro computer
c) Mainframe computer
d) Super computer
Answer: b) Micro computer
Revision PPT
Multiple Choice Questions:
Supercomputers are incredibly powerful machines used for complex scientific
calculations. What kind of tasks might a supercomputer be used for?
a) Running video games
b) Weather forecasting and simulating new medicines
c) Word processing and presentations
d) Checking email and browsing websites
Answer: b) Weather forecasting and simulating new medicines
Mainframe computers are large and expensive, but very secure. What kind of
important information might be stored on a mainframe computer?
a) Your personal photos and music
b) Funny cat videos and online games
c) Homework assignments and school projects
d) Bank account information and financial records
e) Answer: d) Bank account information and financial records
Revision PPT
Short answer Questions:
1. Explain what a mainframe computer is and give an example of its usage.
Answer- A mainframe computer is a large, powerful computer used primarily by large
organizations for critical applications like processing vast amounts of data, handling
multiple users simultaneously, and running complex calculations. An example is IBM
zSeries. Mainframe computers are used in Banks, Healthcare, retail, telecommunications
etc.
2. Compare and contrast microcomputers and mainframe computers, mentioning their
size, processing power, and typical uses.
Answer:- Microcomputers are smaller in size, have less processing power, and are used for
personal or small-scale tasks like word processing and web browsing. Mainframe
computers are much larger, have immense processing power, and are used by large
organizations for processing huge volumes of data and running critical applications that
require high reliability and security.
3. Define what a supercomputer is and give one example of its application.
Answer: A supercomputer is a very powerful computer designed to perform complex
calculations at high speeds. An example of its application is weather forecasting, where
Hardware and Software
Revision PPT
Multiple Choice Questions:
Which of the following is an example of INTERNAL computer hardware?
a) Printer
b) Keyboard
c) Central Processing Unit (CPU)
d) Mouse
Answer: c) Central Processing Unit (CPU)
Software that helps you perform specific tasks like writing documents or editing
photos is called:
a) System Software
b) Application Software
c) Web Browser
d) Operating System
e) Answer: b) Application Software
Revision PPT
Multiple Choice Questions:
What type of hardware is a computer mouse?
a) Internal
b) External
c) Input
d) Output
Answer: b) External
Which of the following is an example of external hardware?
a) Hard disk drive
b) Graphics card
c) USB flash drive
d) RAM
Answer: c) USB flash drive
Revision PPT
Multiple Choice Questions:
What is an example of a peripheral device?
a) CPU
b) Monitor
c) RAM
d) Motherboard
Answer: b) Monitor
Which of the following is an example of application software?
a) Device drivers
b) Operating system
c) Microsoft Word
d) BIOS
Answer: c) Microsoft Word
Revision PPT
Multiple Choice Questions:
What type of software manages computer hardware and provides a platform for
application software?
a) Application software
b) System software
c) Firmware
d) Shareware
Answer: b) System software
Which software controls the basic operations of a computer and manages resources?
a) Application software
b) System software
c) Utility software
Answer: b) System software
Revision PPT
Short answer Questions:
1. Describe the difference between internal and external computer
hardware.
Answer- Internal computer hardware is the stuff you can't normally see
or touch, like the brain (CPU) and memory of the computer. External
hardware are the parts you can interact with, like the monitor, keyboard,
and mouse.
2. Give an example of application software and system software.
Answer:- Application software is like a toolbox with different tools for
specific tasks. For example, a word processor helps you write documents,
and a photo editor lets you edit pictures. System software is like the
manager of the computer, making sure everything works smoothly. The
operating system is an example of system software.
Internet and WWW
Revision PPT
Multiple Choice Questions:
What is the primary purpose of the Internet?
a) To host websites
b) To share files
c) To connect computers worldwide
d) To play online games
Answer: c) To connect computers worldwide
What does URL stand for?
a) Uniform Resource Locator
b) Universal Record Locator
c) Uniform Record Locator
d) Universal Resource Link
Answer: a) Uniform Resource Locator
Revision PPT
Multiple Choice Questions:

A unique identifier assigned to each device/website connected to a network is called


a) URL
b) Domain Name
c) IP Address
d) Protocol
(Answer: c) IP Address)

The World Wide Web (WWW) is:


a) The physical network of cables and devices that connect computers worldwide.
b) A specific software program used to access the internet.
c) A part of the internet that allows users to access websites through hyperlinks.
d) All of the above
Answer: c) A part of the internet that allows users to access websites through
hyperlinks.
Revision PPT
Short answer Questions:
1. Briefly explain how the internet allows you to connect to a website like
https://www.google.com/.
Answer- The internet is like a giant network of connected computers around the
world. When you type "https://www.google.com/" into your browser, it's like asking a
phonebook (called a DNS server) for Google's address. The DNS server then translates
the website name into a special code called IP address - that computers can
understand. Then, the information from the website is sent back to your computer and
displayed on your screen.
2. What is the purpose of a DNS server?
Answer:- A DNS server is like a phonebook for the internet. When you type a website
address, the DNS server translates that name into a special code (IP address) that
computers can understand. This helps your computer find the right website.
Revision PPT
Short answer Questions:
1. In your own words, explain what an IP address is and why it's
important.
Answer- An IP address is like a unique house number for each device
on the internet. It's a special code that helps computers identify and
communicate with each other. Imagine millions of houses on the
internet - the IP address helps find the specific house (computer)
you're trying to reach
2. What is the World Wide Web (WWW)?
Answer: The World Wide Web (WWW) is a part of the internet that
allows users to access information through interconnected web pages.
Imagine it as a giant library with information organized into linked
documents.
Revision PPT
Short answer Questions:
1. What are some features of web pages on the WWW?
Answer: Web pages can contain text, images, videos, and even games!
They can also be linked to other web pages, allowing you to easily jump
from one topic to another.
2. How is the WWW different from the internet?
Answer: The internet is the physical network of cables and devices that
connect computers worldwide. The WWW is a way of accessing and
organizing information on the internet using web pages and
hyperlinks. Think of the internet as the highway system, and the
WWW as the specific roads and exits that take you to your destination.
Python Variables and print()
Revision PPT
Multiple Choice Questions:
What does the print() function do in Python?

a) Stores data
b) Performs calculations
c) Displays information on the screen
d) d) Connects to the internet
Answer: c) Displays information on the screen
What can you store in a variable in Python?
a) Only text
b) Only numbers
c) Text, numbers, or even True/False values
d) Only images
Answer: c) Text, numbers, or even True/False values
Revision PPT
Multiple Choice Questions:
In Python, variables are used to:
a) Run the program
b) Store data
c) Close the program
d) Change the color of text
e) (Answer: b) Store data)
How can you print a simple message like "Hello, world!" in Python?
a) message = "Hello, world!“
b) print("Hello, world!")
c) display("Hello, world!")
d) d) show("Hello, world!")
e) Answer: b) print("Hello, world!")
Revision PPT
Short answer Questions:
1. Why is using variables in Python helpful?
Answer: Variables allow you to store and reuse data throughout your
program, making it easier to write and modify code.
2. What are some rules for naming variables in Python?
Answer: Variable names can only start with letters or underscores (_),
and can contain letters, numbers, and underscores. They cannot be
keywords like "if" or "for".
3. Write a short Python program that uses a variable to store your
name and then prints a greeting.
Answer: name = "Your Name"
print("Hello,", name)

You might also like