Review Test 3 CS 101 Fall 2015. If the rabbit is facing the door rabbit.move (two meters) else rabbit.turntoface(door) This is an example of which control.

Slides:



Advertisements
Similar presentations
Introduction to Web Design Lecture number:. Todays Aim: Introduction to Web-designing and how its done. Modelling websites in HTML.
Advertisements

The World Wide Web. 2 The Web is an infrastructure of distributed information combined with software that uses networks as a vehicle to exchange that.
Web Forms: Web Pages with Server Controls. 2 Objectives Understand the background of the Internet, and the notions of packet switching and a stateless.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
Computer Science 1611 Internet & Web Creating Webpages Hypertext and the HTML Markup Language.
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
 2008 Pearson Education, Inc. All rights reserved. 1 Introduction to HTML.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Creating Web Pages Getting Started. Overview What Web Pages Are How Web Pages are Formatted Putting Graphics on Web Pages How Web Pages are Linked Linking.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
Computer Science 103 Chapter 2 HyperText Markup Language (HTML)
Programming. Software is made by programmers Computers need all kinds of software, from operating systems to applications People learn how to tell the.
Activity 1 - WBs 5 mins Go online and spend a moment trying to find out the difference between: HIGH LEVEL programming languages and LOW LEVEL programming.
Programming In C++ Spring Semester 2013 Programming In C++, Lecture 1.
CS 161 INTRO TO PROGRAMMING I Dr. Blaise W. Liffick Fall
CHAPTER 4: INTRODUCTION TO COMPUTER ORGANIZATION AND PROGRAMMING DESIGN Lec. Ghader Kurdi.
IT 210 The Internet & World Wide Web introduction.
CS413: Java Programming language Applications Applets
COMPUTER SOFTWARE Section 2 “System Software: Computer System Management ” CHAPTER 4 Lecture-6/ T. Nouf Almujally 1.
Lecturer: Ghadah Aldehim
Links in HTML. Hyperlinks or links Millions of linked web pages make up the World Wide Web Used to connect a web page to another web page on the same.
Introduction to the Internet. What is the Internet The Internet is a worldwide group of connected networks that allows public access to information and.
1 ITGS - introduction A computer may have: a direct connection to a net (cable); or remote access (modem). Connect network to other network through: cables.
COMPUTER PROGRAMMING Source: Computing Concepts (the I-series) by Haag, Cummings, and Rhea, McGraw-Hill/Irwin, 2002.
Web Page Design I Retest Terms Review. 1. Web pages are created using a language known as ___________. The coding of this language must follow specific.
4 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
Dr. Nuha El-KhaliliInternet Programming ( ) HTML Hyper Text Markup Language The language of web pages Maintained by the W3C
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
Web Page Design I Basic Computer Terms “How the Internet & the World Wide Web (www) Works”
HOW WEB SERVER WORKS? By- PUSHPENDU MONDAL RAJAT CHAUHAN RAHUL YADAV RANJIT MEENA RAHUL TYAGI.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Computer Programming A program is a set of instructions a computer follows in order to perform a task. solve a problem Collectively, these instructions.
Chapter 34 Java Technology for Active Web Documents methods used to provide continuous Web updates to browser – Server push – Active documents.
1 Week 1 l HTML l Applets Applets and HTML. 2 Overview l Applets: Java programs designed to run from a document on the Internet l HTML: Hypertext Markup.
Review for final exam CS 101 Summer If the street is clear take two steps else wait a minute This is an example of which structure? 1.A loop / repetition.
LEARNING HTML PowerPoint #1 Cyrus Saadat, Webmaster.
Introduction to HTML. Today’s Discussion What is HTML ? What is HTML ? What is Web Page ? What is Web Page ? Web Server Web Server Web Browser Web Browser.
Accessing the World Wide Web
How the Web Works Building a Website – Lesson 1. How People Access the Web Browsers People access websites using software called a web browser. To view.
Website design and structure. A Website is a collection of webpages that are linked together. Webpages contain text, graphics, sound and video clips.
Chapter 5 Introduction To Form Builder. Lesson A Objectives  Display Forms Builder forms in a Web browser  Use a data block form to view, insert, update,
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
HTML Links HTML uses a hyperlink to another document on the Web.
Programming and Languages Dept. of Computer and Information Science IUPUI.
The World Wide Web. What is the worldwide web? The content of the worldwide web is held on individual pages which are gathered together to form websites.
Review Test 3 CS 101 Spring If the rabbit is facing the door rabbit.move (two meters) else rabbit.turntoface(door) This is an example of which control.
CHAPTER TWO HTML TAGS. 1.Basic HTML Tags 1.1 HTML: Hypertext Markup Language  HTML stands for Hypertext Markup Language.  It is the markup language.
Web Design – Week 2 Introduction to website basics Website basics: How the Web Works Client / server architecture Packet switching URL components.
1 CSC160 Introduction to HTML. 2 What Is a Computer?  A computer is a programmable machine that can store data, interacts with users and devices, and.
Chapter 1: Introduction to Computers and Programming.
Week-6 (Lecture-1) Publishing and Browsing the Web: Publishing: 1. upload the following items on the web Google documents Spreadsheets Presentations drawings.
1 UNIT 13 The World Wide Web. Introduction 2 The World Wide Web: ▫ Commonly referred to as WWW or the Web. ▫ Is a service on the Internet. It consists.
Programming 2 Intro to Java Machine code Assembly languages Fortran Basic Pascal Scheme CC++ Java LISP Smalltalk Smalltalk-80.
What Do Computers Do? A computer system is
FIGURES FOR CHAPTER 1 GETTING STARTED
Key Ideas from day 1 slides
Transition to Code Upsorn Praphamontripong CS 1110
Introduction to XHTML.
Introduction to computers
Introduction to HTML.
CS 1111 Introduction to Programming Spring 2019
ICT Gaming Lesson 2.
Tonga Institute of Higher Education IT 141: Information Systems
CS 101 Test 2 Review.
Tonga Institute of Higher Education IT 141: Information Systems
Review Test 3 CS 101 Spring 2019.
Review Test 3 CS 101 Spring 2019.
Programming Logic and Design Eighth Edition
Presentation transcript:

Review Test 3 CS 101 Fall 2015

If the rabbit is facing the door rabbit.move (two meters) else rabbit.turntoface(door) This is an example of which control structure? 1.A loop / repetition 2.A branch / selection 3.A sequence 4.A module

CPUs understand 1.English 2.High level languages 3.Machine language 4.pseudocode

A cloud service company would provide 1.Software applications installed and maintained 2.Hardware infrastructure – network bandwidth, RAM, storage, power 3.Security and backups 4.All of the answers

The “or” operator in a query 1.Will give more results than an “and” operator 2.Is expressed by putting different criteria on different lines in the query table 3.Will give a hit only if both criteria are satisfied 4.None of the answers

Referential integrity has to do with A.DBMS enforcing relationships between tables B.A DNS server translating between IP numbers and domain names C.HTML code being interpreted by a browser D.A translator changing high-level code to machine code

A(n) ____ translates high-level language to machine language. 1.Editor 2.Debugger 3.Syntax checker 4.compiler

A syntax error happens when A.The program tries to divide by zero B.The programmer misspells a keyword in the language C.The programmer multiplied by 10 when they mean to multiply by 100 D.The program tries to open a file that does not exist

In Alice, ___ would be a method. 1.A penguin 2.Penguin.talk 3.Penguin.isbelow 4.A mouse click 5.None of the above

The Internet arose from the combination of 1.The World Wide Web and mailing lists 2.NSF Net and ARPA Net 3.Some commercial networks 4.CompuServe and MilNet 5.None of the above

An algorithm is 1.a low-level language translator 2.a set of instructions to solve a problem 3.a compiler 4.something only programmers use

The HTML tag <a href= 1.creates a table 2.starts a hyperlink 3.ends with a 4.has a URL in it 5.all the answers but #1

A loop in a program is A.An error and has to be fixed B.A data structure C.A control structure D.A selection structure

A browser is made to interpret A.Binary codes and show the calculations on the screen B.HTML and show a web page on the screen C.ASCII codes and show the Unicode D.A programming language like Java and show the result

An HTML tag is used A.To draw a horizontal line across the screen B.To start a new list item in a list C.To start a new row in a table D.To make a word underlined

The HTML tag A.Creates a big header at the top of the web page B.Puts a message in the title bar of the browser window C.Gives the default value for the bookmark text for that page D.B and C

The World Wide Web was created by A.Microsoft B.Oracle C.ICANN D.Tim Berners-Lee