Review Test 3 CS 101 Spring 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

Math Introduction to HTML Gavin Shaddick
A guide to HTML. Slide 1 HTML: Hypertext Markup Language Pull down View, then Source, to see the HTML code. Slide 1.
CS105 INTRODUCTION TO COMPUTER CONCEPTS INTRO TO PROGRAMMING Instructor: Cuong (Charlie) Pham.
Computer Science 1611 Internet & Web Creating Webpages Hypertext and the HTML Markup Language.
Multiple Tiers in Action
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
 2008 Pearson Education, Inc. All rights reserved. 1 Introduction to HTML.
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.
MA10126 Introduction to HTML Gavin Shaddick
Computer Science 103 Chapter 2 HyperText Markup Language (HTML)
PRE-PROGRAMMING PHASE
Programming. Software is made by programmers Computers need all kinds of software, from operating systems to applications People learn how to tell the.
HTML (Hypertext Markup Language ). Short history of HTML and World Wide Web Before Web, the information exchange through Internet was by: Telnet protocol,
COMPUTERS AND INFORMATION SYSTEMS HTML. How the Web Works To access a web site  Enter its address (URL) in the address box of your browser 
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.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
CS413: Java Programming language Applications Applets
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.
COMPUTER PROGRAMMING Source: Computing Concepts (the I-series) by Haag, Cummings, and Rhea, McGraw-Hill/Irwin, 2002.
Chapter 6 The World Wide Web. Web Pages Each page is an interactive multimedia publication It can include: text, graphics, music and videos Pages are.
Dr. Nuha El-KhaliliInternet Programming ( ) HTML Hyper Text Markup Language The language of web pages Maintained by the W3C
HTML Overview Part 4 – Tables 1. HTML Tables  Tables are defined with the tag pair.  A table is divided into rows with tag pairs. o tr stands for "table.
Understanding HTML Code
Using Html Basics, Text and Links. Objectives  Develop a web page using HTML codes according to specifications and verify that it works prior to submitting.
Web Page Design I Basic Computer Terms “How the Internet & the World Wide Web (www) Works”
 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.
Enhancing Your Web Site—Adding Links Web Page **YOU MUST HAVE COMPLETED THE 1ST 3 WEB PAGES BEFORE YOU CAN DO THIS ONE. **YOU SHOULD HAVE COMPLETED THE.
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.
HTML: Hyptertext Markup Language Doman’s Sections.
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.
HTML file format  Lesson Objective: Understanding HTML and how it is used to create web pages.  Learning Outcome:  Create a HTML page by interpreting.
CC111 Lec7 : Visual Basic 1 Visual Basic(1) Lecture 7.
Introduction to HTML. HTML Introduction HTML – Hypertext Markup Language are the instructions that tell a browser how to lay out the information (text,
HTML HTML: Hypertext Markup Language. The basic language of the World Wide Web. Developed around 1991 at the CERN lab on the French-Swiss border by Tim.
 How a computer works  The Internet  Browsers  Web Pages.
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,
HTML Links HTML uses a hyperlink to another document on the Web.
Review Test 3 CS 101 Fall If the rabbit is facing the door rabbit.move (two meters) else rabbit.turntoface(door) This is an example of which control.
Programming and Languages Dept. of Computer and Information Science IUPUI.
Some Computer Science Conceptual Background Material Doug Hogan This version for UIC Spring 2016 CS 107.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
Hypertext Markup Language.  Developed by Tim Berners-Lee in 1990  Stands for HyperText Markup Languange  A format that tells a computer how to display.
HTML Lab4 Ins.Samia alblwi. O UTLINE : 1-Links 2-Frame.
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.
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 4 HTML Tags. HTML is written in something called tags. Tags come in pairs, an opening one and a closing one. The first pair of tags we'll write.
Introduction to HTML Dave Edsall IAGenWeb County Coordinator’s Conference June 30, 2007.
1 3/2/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Hyperlinks.
FIGURES FOR CHAPTER 1 GETTING STARTED
Key Ideas from day 1 slides
Uppingham Community College
Transition to Code Upsorn Praphamontripong CS 1110
Introduction to XHTML.
Transition to Code Upsorn Praphamontripong CS 1111
Assembler, Compiler, Interpreter
If You Know Nothing About HTML, This is Where You Start.
Assembler, Compiler, Interpreter
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.
Introduction to JavaScript
Review Test 3 CS 101 Spring 2019.
Presentation transcript:

Review Test 3 CS 101 Spring 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

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

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