Review Test 3 CS 101 Spring 2019.

Slides:



Advertisements
Similar presentations
Database Management Using Microsoft Access Xinhua Chen, Ph.D. Chinese Association of Professionals in Science and Technology March 23, 2003.
Advertisements

Designing Tables in Microsoft Access By Ed Lance.
WEB DESIGN TABLES, PAGE LAYOUT AND FORMS. Page Layout Page Layout is an important part of web design Why do you think your page layout is important?
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.
4.01 How Web Pages Work.
Computer Science 1611 Internet & Web Creating Webpages Hypertext and the HTML Markup Language.
 2008 Pearson Education, Inc. All rights reserved. 1 Introduction to HTML.
Internet Technologies Networking / Internet Protocols (TCP/IP) Server/Client Software Communication via Ports Web Page Technology Recipe of Web Page Development.
Chapter 16 The World Wide Web. 2 The World Wide Web (Web) is an infrastructure of distributed information combined with software that uses networks as.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
1 Introduction to Web Development. Web Basics The Web consists of computers on the Internet connected to each other in a specific way Used in all levels.
B.A. (Mahayana Studies) Introduction to Computer Science November March Office Tools A look at the main tools most computer users.
ARCHIBUS Log On Instructions. Log Into ARCHIBUS Web Central Log In Screen 1.Open your Internet browser. 2.Enter the URL to view the ARCHIBUS Login Page.
INTRODUCTION TO WEB DATABASE PROGRAMMING
Microsoft Access Intro Class 1 Database Concepts.
Computer Networking From LANs to WANs: Hardware, Software, and Security Chapter 12 Electronic Mail.
Lecturer: Ghadah Aldehim
Tutorial 1 Getting Started with Adobe Dreamweaver CS3
Simple Database.
 2008 Pearson Education, Inc. All rights reserved Introduction to XHTML.
Tutorial 7 Creating Forms. Objectives Session 7.1 – Create an HTML form – Insert fields for text – Add labels for form elements – Create radio buttons.
National Center for Supercomputing Applications NCSA OPIE Presentation November 2000.
Database Essentials. Key Terms Big Data Describes a dataset that cannot be stored or processed using traditional database software. Examples: Google search.
Website Development with PHP and MySQL Saving Data.
1 Database Concepts 2 Definition of a Database An organized Collection Of related records.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 14 Database Connectivity and Web Technologies.
1 CSE 2337 Introduction to Data Management Access Book – Ch 1.
1 UNIT 13 The World Wide Web Lecturer: Kholood Baselm.
Introduction to Databases Three File Processing Systems DAVID M. KROENKE’S DATABASE PROCESSING, 10th Edition © 2006 Pearson Prentice Hall 1-2.
14 1 Chapter 14 Web Database Development Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel.
1 MS Access. 2 Database – collection of related data Relational Database Management System (RDBMS) – software that uses related data stored in different.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 4 – Finding and Ordering Data.
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.
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.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
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.
The purpose of a CPU is to process data Custom written software is created for a user to meet exact purpose Off the shelf software is developed by a software.
1 SQL SERVER 2005 Express CE-105 SPRING 2007 Engr. Faisal ur Rehman.
1 Finding Your Way Through a Database Exploring Microsoft Office Access.
N5 Databases Notes Information Systems Design & Development: Structures and links.
4.01 How Web Pages Work.
2nd year Computer Science & Engineer
INTRODUCTION TO DATABASES (MICROSOFT ACCESS)
Chapter 10: Web Basics.
CS101 How the Internet Works.
IST 220 – Intro to Databases
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Sec (4.3) The World Wide Web.
Database Systems Unit 16.
Exploring Microsoft Office Access
Introduction to XHTML.
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Database Management  .
ISC440: Web Programming 2 Server-side Scripting PHP 3
CS101 How the Internet Works.
Client side & Server side scripting
Exploring Microsoft Access 2003
CS101 How the Internet Works.
Introduction of Week 11 Return assignment 9-1 Collect assignment 10-1
A worldwide system of interconnected computer networks.
Introduction to HTML.
The ultimate in data organization
4.01 How Web Pages Work.
Review Test 3 CS 101 Spring 2019.
Exploring Microsoft Office Access
Presentation transcript:

Review Test 3 CS 101 Spring 2019

1. The HTML tag <a href= creates a table starts a hyperlink must be balanced with a </a> tag all the answers but #1

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

3. Indexing a field in a DBMS Makes it able to hold more data Makes searches and sorting a bit faster Makes editing a record faster Erases any inconsistent records

4. An HTML tag <li> is used To draw a horizontal line across the screen To start a new list item in a list To start a new row in a table To make a word underlined

5. Concurrent access of database files Means users using the same database management system at the same time Means two or more users using the same database file across the network Can cause errors in the database file if two users are allowed to read at the same time Is allowed by MS Access by creating the lock file

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

7. The World Wide Web was created by Microsoft Oracle ICANN Tim Berners-Lee

8. The constraints on a key field are The values of the field have to be unique The field cannot be empty in any record It must be a text field A and B

9. A DBMS which is used for very large amounts of data in business is A. mySQL B. Oracle C. MS Access D. DB2

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

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

12. A is one-to-many with B means For one A, there is zero or more B’s For one B, there is one or more A’s B must be a numeric field Both A and B are true

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

14. Net neutrality is guaranteed by the Internet protocols supported by the large telecoms treating all packets on the Internet equally impossible at this stage of technology

15. Data validation in a DBMS includes checking the data types checking the data values checking the indexing of the fields all of the answers

16. The front end of a DBMS is the ability to sort data in any order the user interface to interact with the data the software that allows backups to be made the price for the first version of the software