IDT SLO REVIEW BY LATRICE WICKER. SOFTWARE #1 What is a mobile operating system?

Post on 18-Jan-2016

212 views 0 download

Tags:

Transcript of IDT SLO REVIEW BY LATRICE WICKER. SOFTWARE #1 What is a mobile operating system?

IDT SLO REVIEW

BY L AT R I C E W I C K E R

SOFTWARE #1

•What is a mobile operating system?

SOFTWARE #1

•What is a mobile operating system?

an operating system that is specifically designed for mobile devices like phones and tablets

SOFTWARE #2

•Give three examples of mobile operating systems

SOFTWARE #2

•Give three examples of mobile operating systems

Android, Apple IOS, Window Mobile OS

HARDWARE #3

•What does RAM stand for?

HARDWARE #3

•What does RAM stand for?

Random Access Memory

HARDWARE #4

•T or F: Is RAM volatile?

HARDWARE #4

•T or F: Is RAM volatile?

Yes, RAM is volatile because when the computer is turned off the contents are lost

DIGITAL CITIZENSHIP #5

•____________ is the illegal copying of another person’s work such as music or movies

DIGITAL CITIZENSHIP #5

•__piracy___ is the illegal copying of another person’s work such as music or movies

HARDWARE #6

•What type of device is a mouse?(input, output, processing, storage)

HARDWARE #6

•What type of device is a mouse?(input, output, processing, storage)

input

HARDWARE #7

•What type of device is a processor?(input, output, processing, storage)

HARDWARE #7

•What type of device is a processor?(input, output, processing, storage)

processing

HARDWARE #8

•What type of device is a monitor?(input, output, processing, storage)

HARDWARE #8

•What type of device is a monitor?(input, output, processing, storage)

output

SOFTWARE #9

•________________ software is used to make computers more useful to the users

SOFTWARE #9

•_Productivity software such as Microsoft Word, Powerpoint_ software is used to make computers more useful to the users

SOFTWARE #10

•Information processing is the ____________________________.

SOFTWARE #10

•Information processing is the _gathering and manipulation of data to produce useful information, such as teachers grading papers, putting individual grades in synergy, and then synergy producing progress reports

_.

SOFTWARE #11

•The steps in information processing?

SOFTWARE #11

•The steps in information processing?

Collection of Data, Preparation of Data, Input of Data, Processing of Data, Output of information

PROGRAMMING #12

•What is a program?

PROGRAMMING #12

•What is a program?A sequence of computer instructions that perform a particular task, think of the Witch game

PROGRAMMING #13

•Drag and Drop software like Scratch is a type of ____________ ___________language

PROGRAMMING #13

•Drag and Drop software like Scratch is a type of _visual_programming _language

PROGRAMMING #14

•An object has ___________

PROGRAMMING #14

•An object has __properties (like the scratch cat size, location), behaviors (like move, turn blocks)__

PROGRAMMING #15

•What is a variable?

PROGRAMMING #15

•What is a variable?

A named memory location that stores a value, (for example val1=5, val1 is the variable)

PROGRAMMING #16

•What does the following program show after it is executed?

PROGRAMMING #16

•What does the following program show after it is executed?

13 36

PROGRAMMING #17

•What does the following program show after it is executed?

PROGRAMMING #17

•What does the following program show after it is executed?

Hello!Hello!Hello!

PROGRAMMING #18

•What does the following program show after it is executed?

PROGRAMMING #18

•What does the following program show after it is executed?

20  4

WEB DESIGN #19

•What does HTML stand for?

WEB DESIGN #19

•What does HTML stand for?

Hypertext markup language

WEB DESIGN #20

•What is the correct HTML tag for the largest heading?

<H1>

WEB DESIGN #20

•What are the characteristics of a heading tag?

WEB DESIGN #21

•What are the characteristics of a heading tag?

bold and the size is based on the heading number, <h1> is largest while <h6> is the smallest

WEB DESIGN #22

•What is the HTML tag for inserting a line break?

WEB DESIGN #22

•What is the HTML tag for inserting a line break?

<br>

WEB DESIGN #23

•What are the basic tags to create a webpage?

WEB DESIGN #23

•What are the basic tags to create a webpage?

Html, head, title, body

WEB DESIGN #24

•T or F: In HTML, every open tag has a closed tag

WEB DESIGN #24

•T or F: In HTML, every open tag has a closed tag

False

WEB DESIGN #25

•What does CSS stand for?

WEB DESIGN #25

•What does CSS stand for?

Cascading Style Sheets

WEB DESIGN #26

•What is the purpose of CSS?

WEB DESIGN #26

•What is the purpose of CSS?

CSS is used to display a website using consistent style allowing it to be updated easily

WEB DESIGN #27

•What is the HTML tag for drawing a horizontal line?

WEB DESIGN #27

•What is the HTML tag for drawing a horizontal line?

<hr>

WEB DESIGN #28

•How wide is a standard horizontal rule?

WEB DESIGN #28

•How wide is a standard horizontal rule?

1080 pixels or 100%

WEB DESIGN #29

•<ol> is used to create a ___________  list in html.

WEB DESIGN #29

•<ol> is used to create a _ordered or numbered__  list in html.

WEB DESIGN #30

•Identify 3 different image format.

WEB DESIGN #30

•Identify 3 different image format.

jpg, png, gif

WEB DESIGN #31

•What image type supports 16.7 million colors and is good format for a photograph with lots of details

WEB DESIGN #31

•What image type supports 16.7 million colors and is good format for a photograph with lots of details

jpg

WEB DESIGN #32

•Give an example of an image tag that displays an image named “flower.jpg”

WEB DESIGN #32

•Give an example of an image tag that displays an image named “flower.jpg”

<img src=”flower.jpg” alt=”rose”>

WEB DESIGN #33

•Give an example of a hyperlink tag that links the word google to www.google.com

WEB DESIGN #33

•Give an example of a hyperlink tag that links the word google to www.google.com

<a href=”http://www.google.com”> google </a>

WEB DESIGN#34

•Give an example of a hyperlink tag that links to an html file named beyonce.html and opens the file in a different browser window (or tab)

WEB DESIGN#34

•Give an example of a hyperlink tag that links to an html file named beyonce.html and opens the file in a different browser window (or tab)

<a href=”beyonce.html”  target=”_blank”> beyonce webpage </a>

WEB DESIGN #35

•What are the steps in creating and publishing a website?

WEB DESIGN #35

•What are the steps in creating and publishing a website?

1-Plan the website by gathering information and pictures,

2-design and sketch the layout of the website

3-create the website using html/css

4-publish the website on the internet

5-support the website after it is published on the internet

EMERGING TECHNOLOGIES #36•Emerging Technologies are _____________________________________________

EMERGING TECHNOLOGIES #36•Emerging Technologies are __Advances and innovations in technology__

EMERGING TECHNOLOGIES #37•T or F: A smartwatch is an example of a wearable technology

EMERGING TECHNOLOGIES #37•T or F: A smartwatch is an example of a wearable technology

true

EMERGING TECHNOLOGIES #38•What is a cloud computing service? Give an example.

EMERGING TECHNOLOGIES #38•What is a cloud computing service? Give an example.

A cloud computing service is a service available through virtual servers over the internet. Examples include google drive, iCloud, dropbox

NETWORKING #39

•____________ is a system of computers that are linked together.

NETWORKING #39

•__Network__ is a system of computers that are linked together.

NETWORKING #40

•What is the major disadvantage of a ring topology?

NETWORKING #40

•What is the major disadvantage of a ring topology?

Failure in a cable or device can take down the entire network

NETWORKING #41

•______________ is the physical arrangement of devices on a network

NETWORKING #41

•__Topology___ is the physical arrangement of devices on a network

NETWORKING #42

•In a _____________ network, each node is connected to a central device

NETWORKING #42

•In a __Star_ network, each node is connected to a central device

NETWORKING #43

•T or F: The internet is the most widely used WAN

NETWORKING #43

•T or F: The internet is the most widely used WAN

True

NETWORKING #44

•A __________________ is a computer or other electronic device connected to a network

NETWORKING #44

•A _Node__ is a computer or other electronic device connected to a network

NETWORKING #45

•What does LAN stand for?

NETWORKING #45

•What does LAN stand for?

Local Area Network

NETWORKING #46

•What does WAN stand for?

NETWORKING #46

•What does WAN stand for?

Wide Area Network

NETWORKING #47

•__________ is a type of network that covers a large area, like a city or country

NETWORKING #47

•_WAN__ is a type of network that covers a large area, like a city or country

NETWORKING #48

•What type of network is used for a home or small business?

NETWORKING #48

•What type of network is used for a home or small business?

LAN (Local Area Network)

NETWORKING #49

•What is a firewall?

NETWORKING #49

•What is a firewall?

A firewall is security software/hardware that protects a private network from intruders (from intruders on the internet, for example)

NETWORKING #50

•What is a Network Interface Card?

NETWORKING #50

•What is a Network Interface Card?

A device that allows a computer to connect to a network

NETWORKING #51

•What are the 4 main components of a simple wireless network?

NETWORKING #51

•What are the 4 main components of a simple wireless network?

Wireless Router, ISP (internet service provider), firewall, computer with network interface card