FINAL TERM PAPER 1. EXAMINATION Spring 2010 CS101- Introduction to Computing. Amel..

Size: px
Start display at page:

Download "FINAL TERM PAPER 1. EXAMINATION Spring 2010 CS101- Introduction to Computing. Amel.."

Transcription

1 Amel.. PAPER 1 FINAL TERM EXAMINATION Spring 2010 CS101- Introduction to Computing Question No: 1 ( Marks: 1 ) - Please choose one Analytical Engine is An electrical machine A digital machine An analog machine A special purpose machine The first general-purpose digital computer (1833) PAGE 9 LEC 1 A PROGRAMMABLE MECHANICAL DIGITAL MACHINE Question No: 2 ( Marks: 1 ) - Please choose one Website design should NOT be. Unified Complex Consistent Predictable (Web Design for Usability) Designs should be consistent & predictable (unified) PAGE 185 Question No: 3 ( Marks: 1 ) - Please choose one TCP stands for. Total communication protocol Transmission control protocol Transfer control protocol Transfer collection protocol TCP/IP Transmission Control Protocol/Internet Protocol PAGE 196 Question No: 4 ( Marks: 1 ) - Please choose one A vocabulary and set of grammatical rules for instructing a computer to perform specific tasks is called Software Programming language Device driver

2 Interpreter Programming Language A vocabulary and set of grammatical rules for instructing a computer to perform specific tasks PAGE 129 Question No: 5 ( Marks: 1 ) - Please choose one A is a meaningful, easy-to-remember label for an IP address. TCP address Domain name Network name VoIP Domain Names IP addresses are fine for computers, but difficult to recognize and remember for humans A domain name is a meaningful, easy-to-remember label for an IP address PAEGE 210 Question No: 6 ( Marks: 1 ) - Please choose one In spreadsheets, cell address A12 means. Row A, Cloumn 12 Row 12, Cloumn A Row 2,Cloumn A1 Row A1, Cloumn 2 EXCEL Question No: 7 ( Marks: 1 ) - Please choose one According to the heuristic, the number of defects remaining in a system after a given level of tests is proportional to. The number found on very first day. The number found during the development. The number found during the test. None of the given options. The number of defects remaining in a system after a given level of tests is proportional to the number found during the test PAGE 169 Question No: 8 ( Marks: 1 ) - Please choose one Which one is the best option for designing a Medical Expert System? Rule Based System Genetic Algorithm Fuzzy Logic Neural Network Question No: 9 ( Marks: 1 ) - Please choose one Command that allows you to recover form mistakes is called. Clear Edit Undo Break The Undo command undoes anything you do in Word, such as formatting text, moving blocks, typing and deleting text, formatting Undo command that allows you to recover quickly from simple mistakes like deleting or moving the wrong file

3 Question No: 10 ( Marks: 1 ) - Please choose one The document.write( ) method expects string as its argument. Integer Float String Boolean The document.write( ) method expects a string (or several strings, separated by commas) as its argument Question No: 11 ( Marks: 1 ) - Please choose one We use to stop Break-Ins. Scanners Intrusion detectors Utilities None of the given options Break-Ins Hackers are always trying to break-in into Internet-connected computers to steal info or plant malicious programs Defense: Intrusion detectors Page 276 Question No: 12 ( Marks: 1 ) - Please choose one The developer report to in a development team. Team Lead Project Manager CEO IT Manager Question No: 13 ( Marks: 1 ) - Please choose one The key responsibilities of a project manager is. Planning and tracking of the project Arranging of the appropriate resources Client relationship management All of the given options Project Manager Responsibilities: Planning and tracking of the project Arranging of the appropriate resources lient relationship management page 296 Question No: 14 ( Marks: 1 ) - Please choose one The key responsibilities of the architect of the project is. Technology selection High-level design Makes certain that the implementation remains true to the design All of the given options Architect Responsibilities:

4 Technology selection High-level design Makes certain that the implementation remains true to the design Page Question No: 15 ( Marks: 1 ) - Please choose one The important attribute of image tag is. src image None of the given options alt <IMG src=url Question No: 16 ( Marks: 1 ) - Please choose one onabort, onerror are the of the image object. Event Handler Properties Methods None of the given options Event handlers: onabort, onerror, onload, etc. Page 308 Question No: 17 ( Marks: 1 ) - Please choose one Now a days, users communicate with the computer using a consistent provided by the Operating System. Command-line interface Application Interface User Interface Protocol User Interface Users communicate with the computer using a consistent user interface provided by the OS Page 66 Question No: 18 ( Marks: 1 ) - Please choose one One can browse documents residing on a remote computer using protocol. HTTP SMTP FTP TELNET I can browse documents residing on a remote computer using the HTTP protocol Page 185 Question No: 19 ( Marks: 1 ) - Please choose one Which of the following device can be used to control network traffic? Cable Connector Hub Repeater Hub The network traffic controller Page 186

5 Question No: 20 ( Marks: 1 ) - Please choose one User can remotely log on to a computer and can have a control over it like a local user using TelNet Protocol TelNet Protocol and connected to the user through TCP/IP network TelNet protocol and FTP TCP/IP and FTP Telnet Protocol Using Telnet, a user can remotely log on to a computer (connected to the user s through a TCP/IP network, e.g. Internet) & have control over it like a local user, including control over running various programs In contrast, FTP allows file operations Page 211 PAPER 2 FINALTERM EXAMINATION Spring 2010 CS101- Introduction to Computing (Session 2) Question No: 1 ( Marks: 1 ) - Please choose one The interface that a website provides to the user for accessing various parts of the website is known as. Navigation Arrangement Layout Home Website Navigation: The interface/controls that a Website provides to the user for accessing various parts of the Website It probably is the most important aspect of the design of a Website Page 171 Question No: 2 ( Marks: 1 ) - Please choose one JavaScript is an example of language. Object-based Object-oriented Machine Assembly JavaScript is Object-Based treats as an object e.g. a window or a button page 120 Question No: 3 ( Marks: 1 ) - Please choose one The set of rules and guidelines a team of developers follow to construct reasonably complex SW systems is called

6 Object Oriented Design Object Oriented Software Design Methodology Programming language SW Design Methodology? The set of (often flexible) rules and guidelines a team of developers follow to construct reasonably complex SW systems page 131 Question No: 4 ( Marks: 1 ) - Please choose one A variable can be in scope. Local Global Either local or global None of the given options 29.6 Scope of Variable A variable can be either local or global in scope. Page 204 Question No: 5 ( Marks: 1 ) - Please choose one function returns the largest integer that is less than or equal to x. round(x) floor ceil abs(x) Returns integer nearest to x page 249 Question No: 6 ( Marks: 1 ) - Please choose one Trinoo is a software. DoS Scanning Utility None of the given options 2. Arming the Drones After several drones have been conquered, the DoS SW is loaded on to them Examples: Tribal Flood Network, Trinoo, TFN2K Page 275 Question No: 7 ( Marks: 1 ) - Please choose one A stream of large sized s are sent to an address for overloading the destination account, is called. DoS Attack Break-Ins Mail Bombing All of the given options Mail Bombing Similar in some ways to a DoS attack A stream of large-sized s are sent to an address, overloading the destination Account Page 276

7 Question No: 8 ( Marks: 1 ) - Please choose one Name, Border, Source are the properties of the image object. Event Handler Properties Methods None of the given options Image Properties: name, border, complete, height, width, hspace, vspace, lowsrc, src Methods: None Event handlers: onabort, onerror, onload, etc. Page 286 Question No: 9 ( Marks: 1 ) - Please choose one is simply a fast port that lets you connect computer peripherals and consumer electronics to your computer without restart. Freeware Shareware Firewire Firmware Firewire FireWire is simply a really fast port that lets you connect computer peripherals and consumer electronics to your computer without the need to restart. Page 24 Question No: 10 ( Marks: 1 ) - Please choose one is also known as System Architecture High level system design Low level system design Every system design Software Requirement Heuristics for System Architecting heuristics in architectural (or high-level) design 166 Question No: 11 ( Marks: 1 ) - Please choose one One can send an message to a remote computer using protocol HTTP SMTP FTP TELNET Examples of Computer Network Usage I can send an message to a remote computer using the SMTP protocol I can browse documents residing on a remote computer using the HTTP protocol I can download or upload files to a remote computer using the FTP protocol I can run a program on a remote computer using the TELNET protocol Page 185 Question No: 12 ( Marks: 1 ) - Please choose one Which event handler executes the specified JavaScript code when a window/form element loses focus? onblur onload

8 onunload onfocus onfocus & onblur: onfocus executes the specified JavaScript code when a window receives focus or when a form element receives input focus onblur executes the specified JavaScript code when a window loses focus or a form element loses focus Question No: 13 ( Marks: 1 ) - Please choose one Using RGB scheme the image having 1024X1024 pixels can be stored in 3 MB 2.25MB 2.96 MB 3.25 MB Image size (in pixels) Image size on disk 256x KB 512x KB 1024x MB Question No: 14 ( Marks: 1 ) - Please choose one Hardware malfunctions is related to Data updates Data integrity Data security Data accessibility Data Integrity Integrity refers to maintaining the correctness and consistency of the data Correctness: Free from errors Consistency: No conflict among related data items Integrity can be compromised in many ways: Typing errors Transmission errors Hardware malfunctions Program bugs Viruses Fire, flood, etc. PAGE 259 Question No: 15 ( Marks: 1 ) - Please choose one loop is a flow control statement that allows code to be executed repeatedly based on a given Boolean condition. For Do-While If-else While The while loop is a control flow statement, which allows code to be executed repeatedly based on the given boolean condition Question No: 16 ( Marks: 1 ) - Please choose one

9 for(var i=1; i<=2;i=i+1) { document.write( "Sorted Words:" + "<BR>" ) } Which of the following shall be the output of above code: Sorted Words: Sorted Words: Sorted Words: Sorted Words: Sorted Words: <BR> Sorted Words: <BR> Sorted Words: <BR> Sorted Words: <BR> Question No: 17 ( Marks: 1 ) - Please choose one A good algorithm should have the following properties. Consistency Unambiguousness Efficiency All of the given options A good algorithm has the following properties: It is Simple.... To be precise, an algorithm should have no ambiguity in the steps Algorithm Precise sequence of a limited number of unambiguous, executable steps that terminates in the form of a solution Question No: 18 ( Marks: 1 ) - Please choose one are names assigned to values. Variables Literals Operators None of the options described Variables are names assigned to values Page 143 Question No: 19 ( Marks: 1 ) - Please choose one The method property is used to specify the method used to send data, which can be and Method & Action Size & Maxlength Get & Post Send & Submit Forms can be submitted through two alternate methods GET & POST page 71 Question No: 20 ( Marks: 1 ) - Please choose one NaN is produced when a string is used in non mathematical context True False When a string is used in a mathematical context, if appropriate, JavaScript first converts

10 it into a number. Otherwise, a NaN is the result Question No: 21 ( Marks: 1 ) - Please choose one The Right most portion or the third portion of the URL contains. Protocol Identifier Server Name Directory Name None of the given The 3rd part: Directories and subdirectories Question No: 22 ( Marks: 1 ) - Please choose one Which Internet Service is comparatively Slow but Inexpensive and Fast. Instant Messaging Web None of the given Question No: 23 ( Marks: 1 ) - Please choose one Images in can be manipulated in many ways using the built-in object Image. HTML XML DHTML None of the given 41.1 Images in JavaScript Images in JavaScript can be manipulated in many ways using the built-in object Image PAGE 286 Question No: 24 ( Marks: 1 ) - Please choose one LCD stands for. Liquid color display Liquid crystal display Liquid computer display None of the given display technology y.com/lcd Question No: 25 ( Marks: 1 ) - Please choose one Semantic Errors are those errors that when run. The compiler will not complain Hard to detect during normal testing The compiler will not complain and Hard to detect during normal testing None of the given Semantic Errors Occur when a statement executes and has an effect not intended by the programmer Hard to detect during normal testing Often times occur only in unusual & infrequent circumstances The + operator often results in unintended consequences. Remedy: Convert, before use

11 PAGE 312 Question No: 26 ( Marks: 1 ) - Please choose one The group of technologies with capturing, processing and transmission of information in digital electronic is called Computer management Computer organization Internet management Information Technology The information technology department of a large company would be responsible for storing information, protecting information, processing the information, transmitting the information as necessary, and later retrieving information as necessary PAPER 3 FINALTERM EXAMINATION Spring 2010 CS101- Introduction to Computing Question No: 1 ( Marks: 1 ) - Please choose one In a good presentation each slide should contain. Heading Phrases not sentences Sentences not phrases Heading, sentences not phrases Each slide should have a clear heading Question No: 2 ( Marks: 1 ) - Please choose one Which one of the following is not an event handler's attribute? Function Identifier Equal sign String consisting of JavaScript statements LECTURE 32 SLIDE The event handler attribute consists of 3 parts: 1. The identifier of the event handler 2. The equal sign 3. A string consisting of JavaScript statements enclosed in double or single quotes Question No: 3 ( Marks: 1 ) - Please choose one According to the heuristic, the number of defects remaining in a system after a given level of tests is proportional to. The number found on very first day. The number found during the development. The number found during the test. None of the given options. 16 The number of defects remaining in a system after

12 a given level of tests is proportional to the number found during the test PAGE 169 Question No: 4 ( Marks: 1 ) - Please choose one Which one is the best option for designing a Medical Expert System? Rule Based System Genetic Algorithm Fuzzy Logic Neural Network Question No: 5 ( Marks: 1 ) - Please choose one A combination of word processing and graphic design is Corel Draw Desktop Publishing Paint WordPad 14.3 Desktop Publishing (DTP) A combination of word processing and graphic design. Used to develop elegant Documents Page 88 Question No: 6 ( Marks: 1 ) - Please choose one A microprocessor can be made more powerful by increasing its Clock frequency Word length Clock frequency and Word length None of above Increase the clock frequency 318 Question No: 7 ( Marks: 1 ) - Please choose one Security can also be improved through. Encryption Typing errors Transmission errors Hardware malfunctions Security can also be improved through: Encryption Private or virtual-private networks Firewalls Intrusion detectors Virus detectors Page 253 Question No: 8 ( Marks: 1 ) - Please choose one is a field that uniquely identifies each record stored in a table. Composite Key Primary key Foreign key None of the given options Primary Key is a field that uniquely identifies each record stored in a table Page 263

13 Question No: 9 ( Marks: 1 ) - Please choose one There are types of errors Types of Errors Syntax errors Semantic errors Run-time errors Page 312 Question No: 10 ( Marks: 1 ) - Please choose one is simply a fast port that lets you connect computer peripherals and consumer electronics to your computer without restart. Freeware Shareware Firewire Firmware Firewire FireWire is simply a really fast port that lets you connect computer peripherals and consumer electronics to your computer without the need to restart. Page 24 Question No: 11 ( Marks: 1 ) - Please choose one provides a simple, consistent way for applications to interact with the HW without having to know all the details of the HW Explorer.exe System Files Operating System Application Software The Role of An OS Manages the HW and SW resources of the computer system, often invisibly. These include the processor, memory, disk drives, etc. Provides a simple, consistent way for applications to interact with the HW without having to know all the details of the HW page 318 Question No: 12 ( Marks: 1 ) - Please choose one One can browse documents residing on a remote computer using protocol. HTTP SMTP FTP TELNET Examples of Computer Network Usage I can send an message to a remote computer using the SMTP protocol I can browse documents residing on a remote computer using the HTTP protocol I can download or upload files to a remote computer using the FTP protocol I can run a program on a remote computer using the TELNET protocol 185

14 Question No: 13 ( Marks: 1 ) - Please choose one Which event handler executes the specified JavaScript code when a window/form element loses focus? onblur onload onunload onfocus onblur executes the specified JavaScript code when a window loses focus or a form element loses focus page 230 Question No: 14 ( Marks: 1 ) - Please choose one Which event handler executes the specified JavaScript code when a window/form element receives focus? onblur onload onunload onfocus onfocus executes the specified JavaScript code when a window receives focus or when a form element receives input focus page 230 Question No: 15 ( Marks: 1 ) - Please choose one loop is a flow control statement that allows code to be executed repeatedly based on a given Boolean condition. For Do-While If-else While The while loop is a control flow statement, which allows code to be executed repeatedly based on the given boolean condition Question No: 16 ( Marks: 1 ) - Please choose one Expression format in cell D4 is NOT correct. True False A B C D 4 ABC =c4=c4 Question No: 17 ( Marks: 1 ) - Please choose one for(var i=1; i<=2;i=i+1) { document.write( "Sorted Words:" + "<BR>" ) } Which of the following shall be the output of above code: Sorted Words: Sorted Words: Sorted Words: Sorted Words: Sorted Words: <BR> Sorted Words: <BR> Sorted Words: <BR>

15 Sorted Words: <BR> Question No: 18 ( Marks: 1 ) - Please choose one Data integrity, in Database management system is necessary because it: Refers to provide insecurity to the data Refers to provide security to the data Refers to maintaining the correctness of data Refers to maintaining the consistency of the data Data Integrity: Integrity refers to maintaining the correctness and consistency of the data Correctness: Free from errors Consistency: No conflict among related data items Integrity can be compromised in many ways: Typing errors Transmission errors Hardware malfunctions Program bugs Viruses Fire, flood, etc PAGE 253 Question No: 19 ( Marks: 1 ) - Please choose one Which of the following formula is used in spreadsheet for addition? C6+E6 =C6+E6 6+6=12 6+E6 Question No: 20 ( Marks: 1 ) - Please choose one Which of the following keyword is used to jump out of switch statement as soon as the match is found? Default Else Jump Break Question No: 21 ( Marks: 1 ) - Please choose one How many types the string methods have? Two Types of String Methods 1.HTML Shortcuts 2.All Others Pager 268 Question No: 22 ( Marks: 1 ) - Please choose one Which Internet Service is comparatively Slow but Inexpensive and Fast. Instant Messaging Web None of the given

16 Question No: 23 ( Marks: 1 ) - Please choose one Semantic web is. The extension of web Designed for both human beings and computers The extension of web and Designed for both human beings and computers None of the given Semantic Web is not a replacement but an extension of the present Web Page 304 Question No: 24 ( Marks: 1 ) - Please choose one Coding is the responsibility of Software designer Software developer Project manager None of given Developer Responsibilities: Module-level design Coding Unit-testing Page 298 Question No: 25 ( Marks: 1 ) - Please choose one Run time error occurs when. The complier compiles the programs The compiler ends the execution of the program The compiler start running the program The compiler finds a semantic error Run-Time Errors Occur when the program is running and tries to do something that is against the rules Example: Accessing a non-existent variable, property, method, object, etc (e.g. a method name is misspelled) Sources of these can be determined by a careful reading of the code, but unfortunately, not always! Question No: 26 ( Marks: 1 ) - Please choose one Heuristics are. Intelligent systems Always ends with the solution of the problem Both of the given None of the given Rule of thumb learned through trial & error Heuristic A procedure that usually, but not always, works or that gives nearly the right answer. page 102 Question No: 21 ( Marks: 1 ) - Please choose one If(studentMarks>70); ( document.write( "Grade A");

17 } Which of following is correct format of above code: If(studentMarks>70); ( document.write( "Grade A"); }; If(studentMarks<>70) ( document.write( "Grade A"); } If(studentMarks>70) { document.write( "Grade A"); } None of above options Question No: 22 ( Marks: 1 ) - Please choose one Which of the following language is object based but not object oriented language. javascript visual basic C++ C Object Based Everything that JavaScript manipulates, it treats as an object Question No: 23 ( Marks: 1 ) - Please choose one asin(x) stands for Asynchronous sine Alpha Sine Automated Sine ArcSine asin( x ), acos( x ), atan( x ): Standard inverse-trigonometric functions Returns the arcsine, arccosine or arctangent of r in radians EXAMPLE document.write( Math.asin( 1 ) ) Question No: 24 ( Marks: 1 ) - Please choose one The output of POW (3, 2) is Math.pow( 3, 2 ); // returns 9 (3 * 3) Question No: 25 ( Marks: 1 ) - Please choose one The Right most portion or the third portion of the URL contains. Protocol Identifier Server Name Directory Name

18 None of the given Directories and subdirectories The third part of the URL takes you directly to the directory and subdirectory where the page you want lives Question No: 26 ( Marks: 1 ) - Please choose one Which Image format is known as Lossless original format. JPEG GIF Bitmap Vector Some image file formats, like PNG or GIF, use only lossless compression PAPER 4 FINALTERM EXAMINATION Spring 2010 CS101- Introduction to Computing (Session - 2) Question No: 1 ( Marks: 1 ) - Please choose one What is NOT a key factor while designing a website? Usability User-friendly Consistency Complexity Question No: 2 ( Marks: 1 ) - Please choose one Communications on the internet is controlled by a set of two protocols which are. IMAP and SMTP FTP and HTTP TCP and IP TCP and HTTP Internet Networking Protocols Communications on the Internet is controlled by a set of two protocols: TCP and IP Page 196 Question No: 3 ( Marks: 1 ) - Please choose one A variable can be in scope. Local Global Either local or global None of the given options Question No: 4 ( Marks: 1 ) - Please choose one A protocol used for receiving messages is called. URL Telnet

19 POP3 SMTP Question No: 5 ( Marks: 1 ) - Please choose one Aliasing problem can be managed by the size of pixels. Reducing Increasing Gaining Modifying Question No: 6 (Marks: 1 ) - Please choose one Serial arrangement in which things follow logical order or a recurrent pattern, such as statements executing one by one, is called. Loop Sequence Condition Array Question No: 7 ( Marks: 1 ) - Please choose one Which of the following data types are recognized by JavaScript? Strings Numbers Undefined All of the given options JavaScript Data Types JavaScript recognizes & distinguishes among the following types of values: Numbers Booleans Strings Undefined Variables Page 158 Question No: 8 ( Marks: 1 ) - Please choose one a = Math. ceil (12.01) What will be the value of a? Question No: 9 ( Marks: 1 ) - Please choose one In the old days, databases did NOT support. Number Boolean Video Text In the old days, databases were limited to numbers, Booleans, and text Page 255 Question No: 10 ( Marks: 1 ) - Please choose one The organizations are learning that business can be done in a more effective manner if emphasis is placed upon.

20 Cooperation Shared responsibility Networking All of the given options The organizations are learning that business can be done in a more effective manner if emphasis is placed upon cooperation, shared responsibility and networking: page 281 Question No: 11 ( Marks: 1 ) - Please choose one Module level design is the responsibility of the. Architect Team Lead Developer CEO Question No: 12 ( Marks: 1 ) - Please choose one errors are caused by the code that somehow violates the rule of the language. Syntax Semantic Run time Load time Syntax Errors They are caused by the code that somehow violates the rules of the language Page 312 Question No: 13 ( Marks: 1 ) - Please choose one The world first computer program was written to compute: Simple sequence Multiple sequence Bernoulli s sequence Increasing sequence Wrote a program for computing the Bernoulli s sequence on the Analytical Engine - world s 1st computer program page 9 Question No: 14 ( Marks: 1 ) - Please choose one Microsoft Word is a type of: System Software Freeware Software Shrink-Wrapped Software Custom-built Software Shrink-Wrapped SW SW built in such a way that it is useful for many different users in many different ways. Example: MS Word Page 62 Question No: 15 ( Marks: 1 ) - Please choose one We need for memory management in computer Software Hardware Operating System

21 Application Software 11.2 Core Tasks of an OS Processor management Memory management Device management Storage management Page 65 Question No: 16 ( Marks: 1 ) - Please choose one is generally measured in terms of the number of steps required to execute an algorithm. Space Time Memory and time Bandwidth Question No: 17 ( Marks: 1 ) - Please choose one PowerBuilder falls in the category of. Assembly Languages 4-th Generation Languages Machine Languages High-Level Languages Question No: 18 ( Marks: 1 ) - Please choose one means to break down into simpler components and analyze. Recursion Parsing Scope Navigation Parsing splits a sequence of characters or values into smaller parts. It can be used for recognizing characters or values that occur in a specific order Question No: 19 ( Marks: 1 ) - Please choose one for(var i=1; i<=2;i=i+1) { document.write( "Sorted Words:" + "<BR>" ) } Which of the following shall be the output of above code: Sorted Words: Sorted Words: Sorted Words: Sorted Words: Sorted Words: <BR> Sorted Words: <BR> Sorted Words: <BR> Sorted Words: <BR> (correct) Question No: 20 ( Marks: 1 ) - Please choose one Assembly languages allow a programmer to use for numbers. Object Entity Name Interpreter

22 Assembly languages are similar to machine languages, but are easier to program in as they allow a programmer to substitute names for numbers page 130 Question No: 21 ( Marks: 1 ) - Please choose one means you have only one container to store more than one value in JavaScript. Variable Matrix Array String Variables are containers that hold values (Example: Hotel guest name, Guest room no). Generally, the value of a variable varies during code execution (that is why the term variable page 143 Question No: 22 ( Marks: 1 ) - Please choose one Coding is the responsibility of Software designer Software developer Project manager None of given Developer Responsibilities: Module-level design Coding Unit-testing Page 298 Question No: 23 ( Marks: 1 ) - Please choose one CEO stands for Central Executive officer Chief External officer Chief executive officer None of given Question No: 24 ( Marks: 1 ) - Please choose one Decision Support Systems will become a bigger part of the professional life of the. Doctors Mangers Marketers All of above Decision support systems will become a bigger part of the professional life of doctors, managers, marketers, etc page 244 Question No: 25 ( Marks: 1 ) - Please choose one The output of fuzzy Logic System is computed by using Technique. MAX-MAX MAX-MIN MIN-MAX None of the given

23 The output of a fuzzy system is computed by using: The MIN-MAX technique for combining fuzzy rules Page 242 Question No: 26 ( Marks: 1 ) - Please choose one In the statement Math.PI, Math is and PI is. Variable, Constant Object, Method Object, Function Object, Property PAPER 5 FINALTERM EXAMINATION Spring 2010 CS101- Introduction to Computing (Session - 3) Question No: 1 ( Marks: 1 ) - Please choose one Analytical Engine is An electrical machine A digital machine An analog machine A special purpose machine Question No: 2 ( Marks: 1 ) - Please choose one % of the users have left websites in frustration due to poor navigation % of users have left sites in frustration due to poor navigation, Question No: 3 ( Marks: 1 ) - Please choose one breaks down the message to be sent over the internet into packets. FTP HTTP TCP IP TCP breaks down the message to be sent over the Internet into packets IP routes these packets through the Internet to get them to their destination Page 196 Question No: 4 ( Marks: 1 ) - Please choose one The first spread sheet was called as. Excel PowerPoint

24 Word VisiCalc A spreadsheet - VisiCalc - was the first popular application on PC s. Page 151 Question No: 5 ( Marks: 1 ) - Please choose one Which is correct? onunload onunload onunload All of the above onblur onreset onsubmit onload onunload page 230 Question No: 6 ( Marks: 1 ) - Please choose one Variables allow us to manipulate data through the. Actual Value Reference Length Name Variables Variables give us the ability to manipulate data through reference instead of actual value. Variables are names assigned to values. Page 143 Question No: 7 ( Marks: 1 ) - Please choose one We use to stop Break-Ins. Scanners Intrusion detectors Utilities None of the given options Break-Ins Hackers are always trying to break-in into Internet-connected computers to steal info or plant malicious programs Defense: Intrusion detectors Page 276 Question No: 8 ( Marks: 1 ) - Please choose one Which attribute of the IMG tag tells us about the source of the image. source path loc src Scr =source Question No: 9 ( Marks: 1 ) - Please choose one The developer report to in a development team. Team Lead

25 Project Manager CEO IT Manager Question No: 10 ( Marks: 1 ) - Please choose one The key responsibilities of the architect of the project is. Technology selection High-level design Makes certain that the implementation remains true to the design All of the given options Architect Responsibilities Technology selection High-level design Makes certain that the implementation remains true to the design Page Question No: 11 ( Marks: 1 ) - Please choose one Using smart editors they can automatically color different parts of statements in different colors e.g. HTML tags in color. Green Grey Blue None of the given options 44.6 Helpful Editors Automatically color different parts of statements in different colors, e.g. comments in Gray, strings in Green, HTML tags in Blue page 315 Question No: 12 ( Marks: 1 ) - Please choose one is responsible for all the essential operations like basic house keeping, task scheduling, etc. Also contains low-level HW interfaces Hardware Device Manager Kernel Device Driver 11.4 Kernel The heart of the OS Responsible for all the essential operations like basic house keeping, task scheduling, etc. Also contains low-level HW interfaces Page 67 Question No: 13 ( Marks: 1 ) - Please choose one Randomized algorithms are often than deterministic algorithms for the same problem. Simpler and more slow Simpler and more efficient Complex and more efficient Complex and more slow Page Randomized Algorithm (1) These algorithms are often simpler and more efficient

26 than deterministic algorithms for the same problem Question No: 14 ( Marks: 1 ) - Please choose one Compound Statement after decision constructs in JavaScript is enclosed with ( ) [ ] { }; { } These curly braces group the multiple statements into a single compound statement page 159 dig Question No: 15 ( Marks: 1 ) - Please choose one The key property of the Array object in JavaScript is Value Length Name All of the given choices The key property of the Array object is length, i.e the number of elements in an Array Page 178 Question No: 16 ( Marks: 1 ) - Please choose one Which protocol is used to send ? FTP SMTP TELNET All of the given choices can send an message to a remote computer using the SMTP protocol -185 Question No: 17 ( Marks: 1 ) - Please choose one Following is highest level of heading tag in list given below. H3 H4 H5 H2 <h1>heading 1</h1> Heading 1 <h2>heading 2</h2> Heading 2 <h3>heading 3</h3> Heading 3 <h4>heading 4</h4> Heading 4 <h5>heading 5</h5> Heading 5 Question No: 18 ( Marks: 1 ) - Please choose one Blue Pacific is a name of computer. Mini Desktop Micro Super At the high end of supercomputing are computers like IBM's "Blue Pacific," announced on October 29, 1998.

27 Page 21 Question No: 19 ( Marks: 1 ) - Please choose one correctness is easier to check as compared with Syntactic, Semantic Semantically, Syntactically Systematically, Semantically None of the given options Warnings page Syntactic correctness is easier to check as compared with semantic Question No: 20 ( Marks: 1 ) - Please choose one refers maintaining the correctness and consistency of data Security Integrity Reliability None of the given Data Integrity: Integrity refers to maintaining the correctness and consistency of the data Page 253 Question No: 21 ( Marks: 1 ) - Please choose one Which of the following keyword is used to jump out of switch statement as soon as the match is found? Default Else Jump Break Question No: 22 ( Marks: 1 ) - Please choose one How much parameters does POW () function have? Pow() is the other key function in this group of three, and takes two parameters - a base and a power to raise it by Question No: 23 ( Marks: 1 ) - Please choose one How many types the string methods have? string methods 1.HTML Shortcuts 2.All Others Page 268 Question No: 24 ( Marks: 1 ) - Please choose one The output of document.write( "2" + Math.PI ) ; is

28 None of them Page Question No: 25 ( Marks: 1 ) - Please choose one POP, IMAP and SMTP are related to one of the following service/services? Electronic Mail Instant Messaging Both a and b None of above Tools & Services Available on the Internet Electronic mail (POP, IMAP, SMTP) Page 196 Question No: 26 ( Marks: 1 ) - Please choose one is designed for 2D-Animation. Flash Animation HTML image class Web Browser HTML 2D class 41.2 Flash Animation Designed for 2-D animations Page 293 PAPER 6 FINALTERM EXAMINATION Spring 2010 Question No: 1 ( Marks: 1 ) - Please choose one In excel the intersection of a row and a column is called: data a field. a cell. an equation. Question No: 2 ( Marks: 1 ) - Please choose one The cell labeled F5 refers to row F column 5 column F row 5 functions available in cells Function key F4 excel Question No: 3 ( Marks: 1 ) - Please choose one Which of the following describes how to select all the cells in a single column? Right click on column and select Pick From List Use the Data - Text to Columns menu item Left click on the gray column title button

29 Pressing CTRL + A on the keyboard Question No: 4 ( Marks: 1 ) - Please choose one What is the format of a spreadsheet? Round Rows and Columns Square Wide Question No: 5 ( Marks: 1 ) - Please choose one Which one is a relative address? $C$4 256 C4 None of these Question No: 6 ( Marks: 1 ) - Please choose one What do you use to create a chart? Chart Wizard Pie Wizard Excel Wizard Data Wizard Question No: 7 ( Marks: 1 ) - Please choose one On an Excel sheet the active cell is indicated by. a dark wide border a dotted border a blinking border All of these Question No: 8 ( Marks: 1 ) - Please choose one News Groups are... provided only by large international news services are online discussions about various topics are only available from 9am to 5pm EST All of these News groups, message boards, forums Instant messaging Multimedia delivery Page 198 Question No: 9 ( Marks: 1 ) - Please choose one A(n) line has transfer rates of 128 Kbps to 8.45 Mbps. DSL ISDN ATM Fractional T1 DSL (digital subscriber line): transmit data at fast speed on existing telephone wiring, 128kbps to 8.45mbps... Question No: 10 ( Marks: 1 ) - Please choose one refers to the amount of data, instructions, and information that can travel over a communications channel.

30 Latency Transfer rate Bandwidth Broadband slide 40 Question No: 11 ( Marks: 1 ) - Please choose one The process of converting readable data into unreadable characters to prevent unauthorized use is called normalization decryption validation encryption Question No: 12 ( Marks: 1 ) - Please choose one To safeguard personal information, write your telephone number on credit receipts use shopping club and buyer cards do not reply to spam for any reason complete all requested information on registration forms Privacy concern is a desire to keep personal information out of the hands of others. Online privacy is becoming an increasingly important policy... Do not reply to spammers, for any reason Question No: 13 ( Marks: 1 ) - Please choose one Storage is also referred as Data Instructions Files Memory Computer data storage, often called storage or memory, refers to computer components and recording media that retain digital data. Data storage is one of the core functions and fundamental components of computers. Question No: 14 ( Marks: 1 ) - Please choose one To enter capital characters use Num lock Pause lock Caps lock Scroll lock Question No: 15 ( Marks: 1 ) - Please choose one Windows is software developed by Sun Java Html Microsoft Question No: 16 ( Marks: 1 ) - Please choose one Desktop Icon is a link to Hardware Software

31 Storage None of these Question No: 17 ( Marks: 1 ) - Please choose one What is the keyboard shortcut (button or buttons to be pressed) for creating a Chart from the selected cells? F3 F4 F5 F6 CORRECT OPTION IS F11 Question No: 18 ( Marks: 1 ) - Please choose one In Word which of the following shortcut key combination, changes the font. Ctrl + Shift + F Ctrl + Shift + I Ctrl + F Ctrl + I Question No: 19 ( Marks: 1 ) - Please choose one In Word which of the following shortcut key combination, Save. Shift + F12 Ctrl + Shift + F12 Alt + Shift + T Alt + Shift + S Question No: 20 ( Marks: 1 ) - Please choose one Which will select all the cells in a document? Clicking three times with the right mouse button in the spreadsheet Using the Edit - Select All menu item Pressing CTRL + A on the keyboard None of these Question No: 21 ( Marks: 1 ) - Please choose one will insert a new worksheet. ALT+SHIFT+F1 ALT+SHIFT+F2 ALT+SHIFT+F3 None of these. Question No: 22 ( Marks: 1 ) - Please choose one Which will not select all the cells in a document? Clicking three times with the right mouse button in the spreadsheet Using the Edit - Select All menu item Pressing CTRL + A on the keyboard None of these Question No: 23 ( Marks: 1 ) - Please choose one Spreadsheet can be used as : Accounting Data base Ledger All of above

32 Question No: 24 ( Marks: 1 ) - Please choose one A is a device that converts analog signals to digital signals, and vice versa. Tablet PC modem microwave station notebook computer 4.16 Modem Modem is output as well as input device at the same time. It receives the data (analog signal) coming through telephone line, converts them to digital signals and sends them to page 25 Question No: 25 ( Marks: 1 ) - Please choose one Displays the Help task pane. F2 F3 F1 None of these Question No: 26 ( Marks: 1 ) - Please choose one The act of defecting or destroying computer equipment is known as hardware vandalism software piracy hardware theft information theft Hardware theft is the act of stealing computer equipment. The act of defacing or destroying computer equipment is known as hardware vandalism. PAPER 7 FINALTERM EXAMINATION Spring 2009 Final CS101- Introduction to Computing (Session - 2) The transistor is a solid state semiconductor device used for amplification and switching, and has terminals. one two three four The transistor is a solid state semiconductor device used for amplification and switching, and has three terminals page 32 Question No: 2 ( Marks: 1 ) - Please choose one Blue Pacific is a name of computer.

33 Mini Desktop Micro Super Question No: 3 ( Marks: 1 ) - Please choose one Monte Carlo algorithm is an example of Randomized algorithm Greedy algorithm both greedy and randomized Heuristics page 102 Question No: 4 ( Marks: 1 ) - Please choose one A set of stand alone productivity applications designed to work together known as. Productivity software suites Compiled software Secure software Intelligent software Question No: 5 ( Marks: 1 ) - Please choose one The most used form tag is the <input> tag. True False Question No: 6 ( Marks: 1 ) - Please choose one What is the key feature of computer which is against human nature.? Can t get bored. Pattern recognition Repetition None Question No: 7 ( Marks: 1 ) - Please choose one was designed as a replacement for typewriter Spreadsheet Software Word Processor Software Presentation Software Database Software Question No: 8 ( Marks: 1 ) - Please choose one Forms can be submitted by using different methods Methods are GET and POST Question No: 9 ( Marks: 1 ) - Please choose one To display a checkbox on the web page, we use tag CHECKBOX CHECK INPUT

34 INPUTBOX Question No: 10 ( Marks: 1 ) - Please choose one attribute of FORM tag is used to mention a URL when the form is being submitted name action method submit Question No: 11 ( Marks: 1 ) - Please choose one You can from/to a website containing interactive forms. Only read Only write Read and write Not read and write Interactive Forms (3) Are GUI-based May contain: Text fields Check boxes Buttons Scrollable lists Question No: 12 ( Marks: 1 ) - Please choose one Using COLSPAN, number of rows of the current cell should extend itself None of the given choices Upward Downward Both Upward and Downward None of the given choices COLSPAN No. of rows the current cell should extend itself downward Question No: 13 ( Marks: 1 ) - Please choose one ASCII WHITE is the fastest Super computer which can perform calculations in one second. 1.3 billion 1.3 trillion 1.3 miillion 1.3 thousand Question No: 14 ( Marks: 1 ) - Please choose one is a related collection of WWW files that includes a beginning file called a homepage HTML Website HTTP Web page A Web site is a related collection of World Wide Web (WWW) files that includes a

35 beginning file called a home page. Page 18 Question No: 15 ( Marks: 1 ) - Please choose one If a computer could pass the Turing test then it would be able to: think like human beings do the things faster win a million dollar prize store more information Question No: 16 ( Marks: 1 ) - Please choose one The key strengths of computers are - Speed Storage Do not get bored All of the given choices Question No: 17 ( Marks: 1 ) - Please choose one Compared to vacuum tubes, Transistors offer: Much smaller size Better reliability Much lower cost All of the given choices page 14 Compared to vacuum tubes, it offered: smaller size better reliability lower power consumption lower cost Question No: 18 ( Marks: 1 ) - Please choose one Which of the following is NOT a component of IC? Transistors Diodes resistors Vacuum tubes Component of IC TRANSISTORS, DIDOES, RESISTORS,CAPACITORS, WIRES IN IC MATERIAL USED SILICON- SEMICONDOUCTOR COPPER-CONDUCTOR during lecture Question No: 19 ( Marks: 1 ) - Please choose one When we use <INPUT type= password >, what will happen? Text will not be visible Text will be in normal format Text will be in **** format Text will be in #### format Question No: 20 ( Marks: 1 ) - Please choose one Spread sheet is a type of _ Mathematical software.

36 Productivity software Engineering software Mathematical software Business software Question No: 21 ( Marks: 1 ) - Please choose one Word Processor is a System Software Application Software Device Utility Application Software Application software are programs that interact directly with the user They generally do not talk directly to the hardware.the user runs the program on the computer and keeps on interacting with the computer while the program runs Example: Word processor Question No: 22 ( Marks: 1 ) - Please choose one refers to the firmware code which is run by an IBM compatible PC when first powered on. DOS BIOS utility program None of these BIOS refers to the firmware code run by a personal computer when first powered on. Question No: 23 ( Marks: 1 ) - Please choose one A computer program that facilitates the communication between the computer and a peripheral device is called Operating system Utilities Language translator Device Drives A device driver essentially converts the more general input/output instructions of the operating system to messages that the device type can understand. Page 61 Computer device drivers facilitate this by enabling communication between software on your computer and your hardware devices.... A device driver is required for interacting with all kinds of peripheral device Question No: 24 ( Marks: 1 ) - Please choose one In JavaScript, what will be the result of the following operation 79%

37 PAPER 8 FINALTERM EXAMINATION Spring 2010 CS101- Introduction to Computing (Session - 1) Question No: 1 ( Marks: 1 ) - Please choose one A Modem is a kind of Input device Output device Storage device Input and Output device Modem I/O device used for connecting two computers over telephone lines Page 187 Question No: 2 ( Marks: 1 ) - Please choose one A protocol used for receiving messages is called. URL Telnet POP3 SMTP POP3: Post Office Protocol A protocol used for receiving messages Page 213 Question No: 3 ( Marks: 1 ) - Please choose one A function is also called. Sub-program Procedure Sub-routine All of the given option also called procedure, function, routine, method, or subprogram Question No: 4 ( Marks: 1 ) - Please choose one Aliasing problem can be managed by the size of pixels. Reducing Increasing Gaining Modifying 33.6 Aliasing: The computer screen consists of square-ish pixels arranged in a fixed grid At times, when a diagonal line is drawn on this grid, it looks more like a staircase, instead of a straight line This effect called aliasing can be managed by reducing the size of pixels Page 236 Question No: 5 ( Marks: 1 ) - Please choose one By default in a web page Hyper Link for another web page is represented as

38 Blue only Black and Underlined Blue and Bold Blue and Underlined Question No: 6 ( Marks: 1 ) - Please choose one random() function returns a randomly-selected, floating-point number between. 0 and 1 0 and 10 0 and and -1 random( ) Returns a randomly-selected, floating-point number between 0 and 1 Page 250 Question No: 7 ( Marks: 1 ) - Please choose one What is the 2nd step of DoS attack? Race Arm Search Attack Three Phases of the DoS 1.Search 2.Arm 3.Attack Page 279 Question No: 8 ( Marks: 1 ) - Please choose one technique can be used to create smooth animations or to display one of several images based on the requirement. Image downloading Image preloading Image uploading Image postloading Image Preloading This technique can be used to create smooth animations or to display one of several images based on the requirement Page 286 Question No: 9 ( Marks: 1 ) - Please choose one has great PR skills. Architect Team Lead Project Manager Chief Executive Officer Project Manager Responsibilities: Planning and tracking of the project Arranging of the appropriate resources lient relationship management page 296

39 Question No: 10 ( Marks: 1 ) - Please choose one is in Executive team. Project Manager CEO Team Lead Developer Page 297 Question No: 11 ( Marks: 1 ) - Please choose one Which one of these translates the program once at a time? Interpreter Compiler Operating system Translator Compiler translates the program written in a HLL in one go. Interpreter translates the HLL program one statement at time. It reads a single statement, translates it into machine language and passes that machine language code to the up and then translates the next statement, and so on page 61 Question No: 12 ( Marks: 1 ) - Please choose one Users, how things work. Analyze in detail Muddle through Figure out Read in detail Question No: 13 ( Marks: 1 ) - Please choose one The key property of the Array object in JavaScript is Value Length Name All of the given choices Page 178 Question No: 14 ( Marks: 1 ) - Please choose one In JavaScript, first element of an array has the index: None of the given choices The index number of items starts at 0 ar variable_name = array_name[0]; - array_name is the name of the Array. - The 0 in brackets is the index number for the first element of the array, the second has an index number of 1, the third has an index number of 2, and so on Question No: 15 ( Marks: 1 ) - Please choose one In JavaScript, second element of an array has the index: 2 0

By Ali. FINALTERM EXAMINATION Spring 2010 CS001- VU-Computer Proficiency License Ref No: Time: 90 min Marks: 58 Student Info

By Ali. FINALTERM EXAMINATION Spring 2010 CS001- VU-Computer Proficiency License Ref No: Time: 90 min Marks: 58 Student Info By Ali FINALTERM EXAMINATION Spring 2010 CS001- VU-Computer Proficiency License Ref No: 1540941 Time: 90 min Marks: 58 Student Info Student ID: ZS100200306 Center: Exam Date: OVER SEAS 10-AUG-2010 Question

More information

CS101 Introduction to Computing Midterm Solved Papers Spring 2012 by

CS101 Introduction to Computing Midterm Solved Papers Spring 2012 by CS101 Introduction to Computing Midterm Solved Papers Spring 2012 by www.virtualians.pk Question No: 1 ( Marks: 1 ) consists of cells arranged in rows & columns Spreadsheets Software Word processor Presentation

More information

CS101- Introduction to Computing. Composed By Faheem Saqib. 5 Final term Papers of For more Help Rep At.

CS101- Introduction to Computing. Composed By Faheem Saqib. 5 Final term Papers of For more Help Rep At. CS101- Introduction to Computing Composed By Faheem Saqib 5 Final term Papers of 2010 For more Help Rep At Faheem_saqib2003@yahoo.com Faheem.saqib2003@gmail.com 0334-6034849 Student Info MC100200011 OPKST

More information

FINALTERM EXAMINATION Spring 2009 CS001- VU-Computer Proficiency License (Session - 1) Marks: 75 Question No: 1 In excel the intersection of a row and a column is called: data a field. a cell. an equation.

More information

An algorithm that always takes the best immediate or local solution while finding an answer is called.

An algorithm that always takes the best immediate or local solution while finding an answer is called. An algorithm that always takes the best immediate or local solution while finding an answer is called. Deterministic Algorithm Non deterministic Algorithm Greedy Algorithm Randomized Algorithm Which of

More information

FOR MORE PAPERS LOGON TO

FOR MORE PAPERS LOGON TO CS101 - Introduction to Computing Question No: 1 ( Marks: 1 ) - Please choose one Browser is a used for browsing. Tool Component Device None of the given choices Question No: 2 ( Marks: 1 ) - Please choose

More information

CS101 Finalterm Long Questions Solved. Question No: 31 (Marks: 1) What is heuristic? Heuristic is a procedure that usually, but not always, works or

CS101 Finalterm Long Questions Solved. Question No: 31 (Marks: 1) What is heuristic? Heuristic is a procedure that usually, but not always, works or CS101 Finalterm Long Questions Solved. Question No: 31 (Marks: 1) What is heuristic? Heuristic is a procedure that usually, but not always, works or that gives nearly the right answer. Question No: 32

More information

CS101-Introduction to Computing Prepared by Ali Hassan

CS101-Introduction to Computing Prepared by Ali Hassan FINALTERM EXAMINATION Spring 2009 CS101- Introduction to Computing (Session - 4) Note:- MCQs in Blue are sure answers and yellow highlighted are Quarantined M a r k s: 75 Time: 120 min Question No: 1 (

More information

CS101 Solved Subjective Questions from Old papers By

CS101 Solved Subjective Questions from Old papers By CS101 Solved Subjective Questions from Old papers By http://vustudents.ning.com Question No: 31 (Marks: 1) What is heuristic? Heuristic is a procedure that usually, but not always, works or that gives

More information

Mid Term Papers. Fall 2009 (Session 03) CS101. (Group is not responsible for any solved content)

Mid Term Papers. Fall 2009 (Session 03) CS101. (Group is not responsible for any solved content) Fall 2009 (Session 03) CS101 (Group is not responsible for any solved content) Subscribe to VU SMS Alert Service To Join Simply send following detail to bilal.zaheem@gmail.com Full Name Master Program

More information

CS101 Solved MCQS.

CS101 Solved MCQS. Question # 1 of 10 ( Start time: 05:12:59 PM ) Total Marks: 1 Global variables are: Visible everywhere on the web page Visible only in the block in which they are declared Visible only in the main code

More information

Glossary. advance: to move forward

Glossary. advance: to move forward Computer Computer Skills Glossary Skills Glossary advance: to move forward alignment tab: the tab in the Format Cells dialog box that allows you to choose how the data in the cells will be aligned (left,

More information

Downloaded From :

Downloaded From : 04-012-2011 Test V Computer Knowledge 201. The operation of combining two cells into a single cell in Excel is referred to as (1) Join Cells (2) Merge Cells (3) Merge Table (4) Join Table 202. Which of

More information

Pace University. Fundamental Concepts of CS121 1

Pace University. Fundamental Concepts of CS121 1 Pace University Fundamental Concepts of CS121 1 Dr. Lixin Tao http://csis.pace.edu/~lixin Computer Science Department Pace University October 12, 2005 This document complements my tutorial Introduction

More information

KENDRIYA VIDYALAYA CHENANI (J & K)

KENDRIYA VIDYALAYA CHENANI (J & K) KENDRIYA VIDYALAYA CHENANI (J K) SESSION: 2017-18 SPLIT-UP OF COMPUTER EDUCATION Class : III INTRODUCTION ABOUT COMPUTERS What is Computer? April Introduction about main parts of computer 1. Advantages

More information

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 Quick Summary A workbook an Excel document that stores data contains one or more pages called a worksheet. A worksheet or spreadsheet is stored in a workbook, and

More information

Microsoft Excel Level 2

Microsoft Excel Level 2 Microsoft Excel Level 2 Table of Contents Chapter 1 Working with Excel Templates... 5 What is a Template?... 5 I. Opening a Template... 5 II. Using a Template... 5 III. Creating a Template... 6 Chapter

More information

Vocabulary Platform Computing\ First grade Theoretical number of hours=30 Practical number of hours =60

Vocabulary Platform Computing\ First grade Theoretical number of hours=30 Practical number of hours =60 Vocabulary Platform Computing\ First grade Theoretical number of hours=30 Practical number of hours =60 Sequence Subject Theoretical number of hours Introduction (Introduction to Computers, the concepts

More information

/ / / Chapter-8 INTRODUCTION TO HTML Difference between. 1. WYSIWYG editor & Text Editor.

/ / / Chapter-8 INTRODUCTION TO HTML Difference between. 1. WYSIWYG editor & Text Editor. Grade- 7 Computer Chapter-2 MS EXCEL Chapter-8 INTRODUCTION TO HTML Chapter-9 COMPUTER VIRUSES Chapter-10 COMPUTER SECURITY Chapter-2 MS EXCEL 1. What is a formula? A formula in MS Excel Starts with an

More information

The process by which a user can associate specific permissions to each username.

The process by which a user can associate specific permissions to each username. Jargon Buster A Antispyware A program that detects and removes malicious programs on your computer called spyware. Once it is installed can collect information without the users consent, that can be almost

More information

Basic Computer Skills: An Overview

Basic Computer Skills: An Overview Basic Computer Skills: An Overview Proficiency in the use of computers and common software packages is essential to completing technical tasks and in communicating results. The basic skills required include:

More information

6. Something which has easily understood instructions is said to be: 1) User friendly 2) Information 3) Word Processing 4) Icon 5) None of these

6. Something which has easily understood instructions is said to be: 1) User friendly 2) Information 3) Word Processing 4) Icon 5) None of these 1. Pick the odd one out: 1) Interpreter 2) Operating System 3) Compiler 4) Assembler 2. When a particular object or an image is copied, in which of the following places it is stored? 1) Notice Board 2)

More information

Excel 2013 for Beginners

Excel 2013 for Beginners Excel 2013 for Beginners Class Objective: This class will familiarize you with the basics of using Microsoft Excel. Class Outline: Introduction to Microsoft Excel 2013... 1 Microsoft Excel...2-3 Getting

More information

Microsoft Excel 2010 Handout

Microsoft Excel 2010 Handout Microsoft Excel 2010 Handout Excel is an electronic spreadsheet program you can use to enter and organize data, and perform a wide variety of number crunching tasks. Excel helps you organize and track

More information

Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and

Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Computer Software A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Applications software. Systems software provides infrastructure

More information

Adobe Dreamweaver CS5 Tutorial

Adobe Dreamweaver CS5 Tutorial Adobe Dreamweaver CS5 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

Computer ANAMIKA ACADEMY. Mo Which function has the ability to move from one web page to another Hyper link

Computer ANAMIKA ACADEMY. Mo Which function has the ability to move from one web page to another Hyper link 1. Which function has the ability to move from one web page to another Hyper link web page? 2. What is the full name of GUI? GRAPHICAL USER INTERFACE 3. Which function keys are used to make spell and mild

More information

Excel 2010: Basics Learning Guide

Excel 2010: Basics Learning Guide Excel 2010: Basics Learning Guide Exploring Excel 2010 At first glance, Excel 2010 is largely the same as before. This guide will help clarify the new changes put into Excel 2010. The File Button The purple

More information

1) Which of the following is an example of a programming language? 1) A) Microsoft Word B) English C) HTML D) Java

1) Which of the following is an example of a programming language? 1) A) Microsoft Word B) English C) HTML D) Java FALL 07-08 CIS105(CP105)/CE205 MIDTERM-2 EXAM /FACULTY OF ECON. &ADMIN. SCIENCES OF EUL Student Registration No: Instructor: Prof.Dr.Hüseyin Oğuz Student Name-Surname: Dept. of Computer Information Systems

More information

Inserting Information into PowerPoint

Inserting Information into PowerPoint LESSON 6 6.1 Inserting Information into PowerPoint After completing this lesson, you will be able to: Change the layout of a slide. Insert a clip art image. Scale an image. Insert and format a table. Insert

More information

Introduction to 9.0. Introduction to 9.0. Getting Started Guide. Powering collaborative online communities.

Introduction to 9.0. Introduction to 9.0. Getting Started Guide. Powering collaborative online communities. Introduction to 9.0 Introduction to 9.0 Getting Started Guide Powering collaborative online communities. TABLE OF CONTENTS About FirstClass...3 Connecting to your FirstClass server...3 FirstClass window

More information

Lecture- 5. Introduction to Microsoft Excel

Lecture- 5. Introduction to Microsoft Excel Lecture- 5 Introduction to Microsoft Excel The Microsoft Excel Window Microsoft Excel is an electronic spreadsheet. You can use it to organize your data into rows and columns. You can also use it to perform

More information

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

More information

Define each of the following computer terms. 1 Period 7 Lesson Computer Terms 1 Wallpaper 2 URL 3 Mainframe 4 Function Keys 5 Font 6 Paste 7 Paint

Define each of the following computer terms. 1 Period 7 Lesson Computer Terms 1 Wallpaper 2 URL 3 Mainframe 4 Function Keys 5 Font 6 Paste 7 Paint 1 Period 7 1 Wallpaper 2 URL 3 Mainframe 4 Function Keys 5 Font 6 Paste 7 Paint 8.pcx 9 External hard drive 10 Programmer 11 Power Supply 12 LAN 13 Operating system 14 CAD 15 Crash 16 Power Supply 17 Enable

More information

M2-R4: INTERNET TECHNOLOGY AND WEB DESIGN

M2-R4: INTERNET TECHNOLOGY AND WEB DESIGN M2-R4: INTERNET TECHNOLOGY AND WEB DESIGN NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. 2. PART ONE is to be answered in the

More information

Blackboard staff how to guide Accessible Course Design

Blackboard staff how to guide Accessible Course Design The purpose of this guide is to help online course authors in creating accessible content using the Blackboard page editor. The advice is based primarily on W3C s Web Content Accessibility Guidelines 1.0

More information

Introduction to the Internet and World Wide Web p. 1 The Evolution of the Internet p. 2 The Internet, Intranets, and Extranets p. 3 The Evolution of

Introduction to the Internet and World Wide Web p. 1 The Evolution of the Internet p. 2 The Internet, Intranets, and Extranets p. 3 The Evolution of Introduction to the Internet and World Wide Web p. 1 The Evolution of the Internet p. 2 The Internet, Intranets, and Extranets p. 3 The Evolution of the World Wide Web p. 3 Internet Standards and Coordination

More information

RPS Technology Standards Grades 9 through 12 Technology Standards and Expectations

RPS Technology Standards Grades 9 through 12 Technology Standards and Expectations RPS Technology Standards Grades 9 through 12 Technology Standards and Expectations Throughout high school, as students take courses to prepare themselves for college and the working world, they should

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 THE BASICS PAGE 02! What is Microsoft Excel?! Important Microsoft Excel Terms! Opening Microsoft Excel 2010! The Title Bar! Page View, Zoom, and Sheets MENUS...PAGE

More information

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

More information

Table Basics. The structure of an table

Table Basics. The structure of an table TABLE -FRAMESET Table Basics A table is a grid of rows and columns that intersect to form cells. Two different types of cells exist: Table cell that contains data, is created with the A cell that

More information

Excel 2016 Basics for Windows

Excel 2016 Basics for Windows Excel 2016 Basics for Windows Excel 2016 Basics for Windows Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn

More information

Midterm 1 Review Sheet CSS 305 Sp 06

Midterm 1 Review Sheet CSS 305 Sp 06 This is a list of topics that we have covered so far. This is not all inclusive of every detail and there may be items on the exam that are not explicitly listed here, but these are the primary topics

More information

EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy

EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy EXCEL 2010 BASICS JOUR 772 & 472 / Ira Chinoy Virus check and backups: Remember that if you are receiving a file from an external source a government agency or some other source, for example you will want

More information

Dreamweaver Basics Outline

Dreamweaver Basics Outline Dreamweaver Basics Outline The Interface Toolbar Status Bar Property Inspector Insert Toolbar Right Palette Modify Page Properties File Structure Define Site Building Our Webpage Working with Tables Working

More information

Getting help with Edline 2. Edline basics 3. Displaying a class picture and description 6. Using the News box 7. Using the Calendar box 9

Getting help with Edline 2. Edline basics 3. Displaying a class picture and description 6. Using the News box 7. Using the Calendar box 9 Teacher Guide 1 Henry County Middle School EDLINE March 3, 2003 This guide gives you quick instructions for the most common class-related activities in Edline. Please refer to the online Help for additional

More information

Computer Applications SLC 1) A computer can be defined as a set of tools that helps you perform information-processing tasks.

Computer Applications SLC 1) A computer can be defined as a set of tools that helps you perform information-processing tasks. Computer Applications - 2006 SLC 1) A computer can be defined as a set of tools that helps you perform information-processing tasks. 2) Internal memory (RAM) holds software instructions and information

More information

By the end of this section of the practical, the students should be able to:

By the end of this section of the practical, the students should be able to: By the end of this section of the practical, the students should be able to: Write JavaScript to generate HTML Create simple scripts which include input and output statements, arithmetic, relational and

More information

Such JavaScript Very Wow

Such JavaScript Very Wow Such JavaScript Very Wow Lecture 9 CGS 3066 Fall 2016 October 20, 2016 JavaScript Numbers JavaScript numbers can be written with, or without decimals. Extra large or extra small numbers can be written

More information

Introduction to Microsoft Office PowerPoint 2010

Introduction to Microsoft Office PowerPoint 2010 Introduction to Microsoft Office PowerPoint 2010 TABLE OF CONTENTS Open PowerPoint 2010... 1 About the Editing Screen... 1 Create a Title Slide... 6 Save Your Presentation... 6 Create a New Slide... 7

More information

Microsoft Word 2007 on Windows

Microsoft Word 2007 on Windows 1 Microsoft Word 2007 on Windows Word is a very popular text formatting and editing program. It is the standard for writing papers and other documents. This tutorial and quick start guide will help you

More information

1... is not part of the status bar. a. page number b. line c. column d. section *e. drop cap. 2. Convert to base 2

1... is not part of the status bar. a. page number b. line c. column d. section *e. drop cap. 2. Convert to base 2 1... is not part of the status bar a. page number b. line c. column d. section *e. drop cap 2. Convert 10610 to base 2 a. 01010112 b. 1101012 c. 1010102 d. 011010102 *e. 010110102 3. Hierarchical model,

More information

3) The contains a computer's main hardware components. 3) A) master case B) motherboard C) system unit D) CPU

3) The contains a computer's main hardware components. 3) A) master case B) motherboard C) system unit D) CPU FALL 07-08 COMP100 MIDTERM-2 EXAM /FACULTY OF ECON. AND ADMINISTRATIVE SCIENCES OF EUL Student Registration No: Instructor: Prof.Dr.Hüseyin Oğuz Student Name-Surname: Dept. of Computer Information Systems

More information

This is a list of vocabulary related to information and communication technology. Coloque el significado en español sobre las líneas.

This is a list of vocabulary related to information and communication technology. Coloque el significado en español sobre las líneas. Tú Teacher de Inglés 1 0B This is a list of vocabulary related to information and communication technology. Coloque el significado en español sobre las líneas. Anti-virus software = - A program that finds

More information

Excel 2016 Basics for Mac

Excel 2016 Basics for Mac Excel 2016 Basics for Mac Excel 2016 Basics for Mac Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn from

More information

The figure below shows the Dreamweaver Interface.

The figure below shows the Dreamweaver Interface. Dreamweaver Interface Dreamweaver Interface In this section you will learn about the interface of Dreamweaver. You will also learn about the various panels and properties of Dreamweaver. The Macromedia

More information

Working with Charts Stratum.Viewer 6

Working with Charts Stratum.Viewer 6 Working with Charts Stratum.Viewer 6 Getting Started Tasks Additional Information Access to Charts Introduction to Charts Overview of Chart Types Quick Start - Adding a Chart to a View Create a Chart with

More information

Condensed Technology Application TEKS K-8. Technology Applications TEKS Foundations 126.2b1A Use appropriate technology terminology

Condensed Technology Application TEKS K-8. Technology Applications TEKS Foundations 126.2b1A Use appropriate technology terminology Complete text of TEKS at http://www.tea.state.tx.us/rules/tac/ch126toc.html Grade K-2 TEK # Foundations 126.2b1 Use of hardware, software, and their connections Technology Applications TEKS Foundations

More information

(Refer Slide Time: 01:40)

(Refer Slide Time: 01:40) Internet Technology Prof. Indranil Sengupta Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture No #25 Javascript Part I Today will be talking about a language

More information

COMPUTER SOFTWARE RAYMOND ROSE

COMPUTER SOFTWARE RAYMOND ROSE COMPUTER SOFTWARE RAYMOND ROSE LEARNING OUTCOMES 2 WHAT IS SOFTWARE? Software - is a collection of computer programs and related data that provides the instructions for telling a computer what to do and

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

3. WWW and HTTP. Fig.3.1 Architecture of WWW

3. WWW and HTTP. Fig.3.1 Architecture of WWW 3. WWW and HTTP The World Wide Web (WWW) is a repository of information linked together from points all over the world. The WWW has a unique combination of flexibility, portability, and user-friendly features

More information

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide MICROSOFT OFFICE Courseware: 3263 2 Exam: 77 727 EXCEL 2016 CORE Certification Guide Microsoft Office Specialist 2016 Series Microsoft Excel 2016 Core Certification Guide Lesson 1: Introducing Excel Lesson

More information

DRAFT. Table of Contents About this manual... ix About CuteSITE Builder... ix. Getting Started... 1

DRAFT. Table of Contents About this manual... ix About CuteSITE Builder... ix. Getting Started... 1 DRAFT Table of Contents About this manual... ix About CuteSITE Builder... ix Getting Started... 1 Setting up... 1 System Requirements... 1 To install CuteSITE Builder... 1 To register CuteSITE Builder...

More information

The Fundamentals. Document Basics

The Fundamentals. Document Basics 3 The Fundamentals Opening a Program... 3 Similarities in All Programs... 3 It's On Now What?...4 Making things easier to see.. 4 Adjusting Text Size.....4 My Computer. 4 Control Panel... 5 Accessibility

More information

IT430- E-COMMERCE Solved MCQ(S) From Midterm Papers (1 TO 22 Lectures) BY Arslan Arshad

IT430- E-COMMERCE Solved MCQ(S) From Midterm Papers (1 TO 22 Lectures) BY Arslan Arshad IT430- E-COMMERCE Solved MCQ(S) From Midterm Papers (1 TO 22 Lectures) BY Arslan Arshad OCT 21,2016 BS110401050 BS110401050@vu.edu.pk Arslan.arshad01@gmail.com AKMP01 IT430 - E-COMMERCE Midterm Papers

More information

EXCEL BASICS: PROJECTS

EXCEL BASICS: PROJECTS EXCEL BASICS: PROJECTS In this class, you will be practicing with three basic Excel worksheets to learn a variety of foundational skills necessary for more advanced projects. This class covers: Three Project

More information

Computing Science: National 5 and Higher skills, knowledge and understanding

Computing Science: National 5 and Higher skills, knowledge and understanding Software design and development Development methodologies Analysis Design Describe and implement the phases of an iterative development process: analysis, design, implementation, testing, documentation,

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

41 X : ] [ : 100 : ] III IV V. [ Turn over

41 X : ] [ : 100 : ] III IV V. [ Turn over C 2016 41 X : 01. 07. 2016 ] [ : 100 : 10-30 11-30 ] 1. 2. 3. 4. 5. I II III IV V [ Turn over Code No. 41 X 2 C Computer Examinations, July-2016 Office Automation ( Theory ) Time : 1 hour ] [ Max. Marks

More information

Contents. 1. Managing Seed Plan Spreadsheet

Contents. 1. Managing Seed Plan Spreadsheet By Peter K. Mulwa Contents 1. Managing Seed Plan Spreadsheet Seed Enterprise Management Institute (SEMIs) Managing Seed Plan Spreadsheet Using Microsoft Excel 2010 3 Definition of Terms Spreadsheet: A

More information

Solved by sam pari. MIDTERM EXAMINATION Spring 2010 CS101- Introduction to Computing Ref No: Time: 60 min Marks: 38. Student Info Student ID:

Solved by sam pari. MIDTERM EXAMINATION Spring 2010 CS101- Introduction to Computing Ref No: Time: 60 min Marks: 38. Student Info Student ID: Student Info Student ID: Center: Exam Date: Solved by sam pari MIDTERM EXAMINATION Spring 2010 CS101- Introduction to Computing Ref No: 1340580 Time: 60 min Marks: 38 For Teacher's Use Only Q No. 1 2 3

More information

Parts of Computer hardware Software

Parts of Computer hardware Software Parts of Computer Parts of Computer If you use a desktop computer, you might already know that there is not any single part called the "computer." A computer is really a system of many parts working together.

More information

IBPS Practice Exam 1. One megabyte equals approximately 1) 1,000 bits 2) 1,000 bytes 3) 1 million bytes 4) 1 million bits 5) 2,000 bytes 2.

IBPS Practice Exam 1. One megabyte equals approximately 1) 1,000 bits 2) 1,000 bytes 3) 1 million bytes 4) 1 million bits 5) 2,000 bytes 2. IBPS Practice Exam 1. One megabyte equals approximately 1) 1,000 bits 2) 1,000 bytes 3) 1 million bytes 4) 1 million bits 5) 2,000 bytes 2. Data going into the computer is called? 1) Output 2) Algorithm

More information

Internet. Class-In charge: S.Sasirekha

Internet. Class-In charge: S.Sasirekha Internet Class-In charge: S.Sasirekha COMPUTER NETWORK A computer network is a collection of two or more computers, which are connected together to share information and resources. Network Operating Systems

More information

Brooklyn City School District Technology Learning Targets Checklist

Brooklyn City School District Technology Learning Targets Checklist Operations K 1 2 3 4 5 6 7 8 Names and identifies parts of the computer & desktop elements (menus, icons, etc) Uses proper procedures for turning computer on/off & waking from sleep mode Uses mouse fluently

More information

How to lay out a web page with CSS

How to lay out a web page with CSS Activity 2.6 guide How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS4 to create a simple page layout. However, a more powerful technique is to use Cascading Style

More information

Computer Applications I Vocabulary (Frameworks)

Computer Applications I Vocabulary (Frameworks) Computer Applications I Vocabulary (Frameworks) Unit 1: Introduction to the Operating System, Computer Systems, and Networks 1. Access keys shortcut keys; keys used in combination to create actions or

More information

DRAFT WEB DESIGN 1 HBT 3131 HBT 3131 Web Design 1 Credit: Grade: Term: ACP Credit: Books: Resource List:

DRAFT WEB DESIGN 1 HBT 3131 HBT 3131 Web Design 1 Credit: Grade: Term: ACP Credit: Books: Resource List: WEB DESIGN 1 HBT 3131 HBT 3131 Web Design 1 Credit: 0.5 Computer or Practical Arts/Technology Grade: 10, 11, 12 Term: 1 Semester ACP Credit: MGD141* Books: Shelley Cashman HTML 4.1 Concepts and Techniques,

More information

Excel 2010: Getting Started with Excel

Excel 2010: Getting Started with Excel Excel 2010: Getting Started with Excel Excel 2010 Getting Started with Excel Introduction Page 1 Excel is a spreadsheet program that allows you to store, organize, and analyze information. In this lesson,

More information

Welcome to our Moodle site! What is Moodle?

Welcome to our Moodle site! What is Moodle? Welcome to our Moodle site! We are excited to introduce the use of this online e-learning platform in our "Get SMART FAST" Training Program! We believe the use of this virtual classroom and training format

More information

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50

Excel 2016: Part 1. Updated January 2017 Copy cost: $1.50 Excel 2016: Part 1 Updated January 2017 Copy cost: $1.50 Getting Started Please note that you are required to have some basic computer skills for this class. Also, any experience with Microsoft Word is

More information

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15 10 Classes 2 nd Exam Review Lesson - 15 Introduction Windows 7, previous version of the latest version (Windows 8.1) of Microsoft Windows, was produced for use on personal computers, including home and

More information

Computer Skills Revision. By: Rana Hammady

Computer Skills Revision. By: Rana Hammady Computer Skills Revision By: Rana Hammady 1 Chapter 1 2 Introduction to Computer and Information Technology Definitions Computer tasks Uses of computer system History of computers and computer generations

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

A Comprehensive Guide. IC3 - Module 1: Computing Fundamentals

A Comprehensive Guide. IC3 - Module 1: Computing Fundamentals Appendix A A Comprehensive Guide to IC 3 IC3 - Module 1: Computing Fundamentals Standardized Coding Number Objective 1.1 Objectives & Abbreviated Skill Sets Page Identify types of computers, how they process

More information

Viewing Capture ATP Status

Viewing Capture ATP Status Capture ATP Viewing Capture ATP Status Configuring Capture ATP Viewing Capture ATP Status Capture ATP > Status About the Chart About the Log Table Uploading a File for Analysis Viewing Threat Reports Capture

More information

1. Introduction to Microsoft Excel

1. Introduction to Microsoft Excel 1. Introduction to Microsoft Excel A spreadsheet is an online version of an accountant's worksheet, which can automatically do most of the calculating for you. You can do budgets, analyze data, or generate

More information

Recitation 3 Further Work with Dreamweaver and Photoshop: Refining your Web Site

Recitation 3 Further Work with Dreamweaver and Photoshop: Refining your Web Site Recitation 3 Further Work with Dreamweaver and Photoshop: Refining your Web Site More Photoshop skills Selecting areas of the image - using the selection tools In Recitation 2 we learned there are several

More information

Skills Exam Objective Objective Number

Skills Exam Objective Objective Number Overview 1 LESSON SKILL MATRIX Skills Exam Objective Objective Number Starting Excel Create a workbook. 1.1.1 Working in the Excel Window Customize the Quick Access Toolbar. 1.4.3 Changing Workbook and

More information

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Just so you know: Things You Can t Do with Word... 1 Get Organized... 1 Create the

More information

Microsoft Excel Important Notice

Microsoft Excel Important Notice Microsoft Excel 2013 Important Notice All candidates who follow an ICDL/ECDL course must have an official ICDL/ECDL Registration Number (which is proof of your Profile Number with ICDL/ECDL and will track

More information

Chapter 10 Linking Calc Data

Chapter 10 Linking Calc Data Calc Guide Chapter 10 Linking Calc Data Sharing data in and out of Calc This PDF is designed to be read onscreen, two pages at a time. If you want to print a copy, your PDF viewer should have an option

More information

Introduction to Excel 2013

Introduction to Excel 2013 Introduction to Excel 2013 Copyright 2014, Software Application Training, West Chester University. A member of the Pennsylvania State Systems of Higher Education. No portion of this document may be reproduced

More information

1. Web Technology... 6

1. Web Technology... 6 TABLE OF CONTENTS 1. Web Technology... 6 1.1. Introduction (Hypertext, URL, Domain Name)...6 1.2. Web Browser and ISP...8 1.3. Upload and download files...10 1.4. Control of Internet...10 2. E-mail components

More information

CSC 170 Fall 2017 Dr. R. M. Siegfried. Study Guide for Final Exam

CSC 170 Fall 2017 Dr. R. M. Siegfried. Study Guide for Final Exam CSC 170 Fall 2017 Dr. R. M. Siegfried Study Guide for Final Exam Definitions to know: Lecture #1 1. Data 2. Digitization 3. Bit 4. Byte 5. Binary Numbers 6. How Are Characters Stored? a. ASCII b. Unicode

More information

Northstar Digital Literacy Assessment Project Standards

Northstar Digital Literacy Assessment Project Standards Northstar Digital Literacy Assessment Project Standards Gradually being updated as we build out version 2.0. Topics marked below as appropriate. Basic Computer Skills (2.0) 1. Distinguish between different

More information

HYPERSTUDIO TOOLS. THE GRAPHIC TOOL Use this tool to select graphics to edit. SPRAY PAINT CAN Scatter lots of tiny dots with this tool.

HYPERSTUDIO TOOLS. THE GRAPHIC TOOL Use this tool to select graphics to edit. SPRAY PAINT CAN Scatter lots of tiny dots with this tool. THE BROWSE TOOL Us it to go through the stack and click on buttons THE BUTTON TOOL Use this tool to select buttons to edit.. RECTANGLE TOOL This tool lets you capture a rectangular area to copy, cut, move,

More information

HIGHER SECONDARY COMPUTER SCIENCE

HIGHER SECONDARY COMPUTER SCIENCE PUGAL PRESENTS HIGHER SECONDARY COMPUTER SCIENCE 2 MARK & 5 MARK IMPORTANT QUESTIONS PREPARED BY P.CHANDRASEKARAN. M.C.A., B.ED ERODE(DT) FOR ¼ : 95781 90256. XII COMPUTER SCIENCE Star Office 2 MARK QUESTIONS:

More information

ITConnect KEEPING TRACK OF YOUR EXPENSES WITH YNAB

ITConnect KEEPING TRACK OF YOUR EXPENSES WITH YNAB ITConnect Technology made practical for home APRIL 06 Edit PDF files with Word Word is the best tool we have at hand to edit PDFs without having to purchase extra software. Viruses distributed by email

More information