Midterm Exam - IT 101

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Anthzila
A
Anthzila
Community Contributor
Quizzes Created: 35 | Total Attempts: 41,418
Questions: 50 | Attempts: 969

SettingsSettingsSettings
Midterm Quizzes & Trivia

This is the midterm exam of IT 101 1st Sem SY 2013


Questions and Answers
  • 1. 

    Check on the following choices the componenets of a computer system.

    • A.

      Hardware

    • B.

      CPU

    • C.

      Software

    • D.

      Printer

    • E.

      Peopleware

    Correct Answer(s)
    A. Hardware
    C. Software
    E. Peopleware
    Explanation
    The components of a computer system include hardware, software, and peopleware. Hardware refers to the physical components of a computer system, such as the monitor, keyboard, and motherboard. Software refers to the programs and applications that run on the computer system. Peopleware refers to the human users of the computer system, including the operators, administrators, and end-users. Printer, on the other hand, is a peripheral device that is connected to the computer system but is not considered a component of the system itself.

    Rate this question:

  • 2. 

    What are the two general types of software?

    • A.

      System Software

    • B.

      Application Software

    • C.

      Network Software

    • D.

      Programming Software

    Correct Answer(s)
    A. System Software
    B. Application Software
    Explanation
    System software and application software are the two general types of software. System software refers to the programs that manage and control the hardware resources of a computer system, such as the operating system, device drivers, and utility programs. On the other hand, application software is designed to perform specific tasks or functions for end-users, such as word processors, spreadsheets, and web browsers. Network software and programming software are more specific categories that fall under either system software or application software.

    Rate this question:

  • 3. 

    Check as many as you can on the following choices below that is considered as under the Application Software category.

    • A.

      Windows

    • B.

      Microsoft Word

    • C.

      Facebook

    • D.

      Games

    • E.

      Linux

    Correct Answer(s)
    B. Microsoft Word
    C. Facebook
    D. Games
    Explanation
    The choices Microsoft Word, Facebook, and Games are considered as under the Application Software category. Microsoft Word is a word processing software, Facebook is a social networking software, and Games are software applications designed for entertainment purposes. These choices fall under the category of application software because they are programs that are designed to perform specific tasks or provide specific functions for the user.

    Rate this question:

  • 4. 

    The latest stable operating system from Microsoft that is widely used today is __________.

    • A.

      Windows Xp

    • B.

      Windows Vista

    • C.

      Windows 7

    Correct Answer
    C. Windows 7
    Explanation
    Windows 7 is the latest stable operating system from Microsoft that is widely used today. It was released after Windows XP and Windows Vista, making it the most recent and widely adopted operating system by Microsoft. It introduced several improvements and features compared to its predecessors, such as a more user-friendly interface, improved performance, and enhanced security measures.

    Rate this question:

  • 5. 

    Check as many as you can in the following choices that are operating system.

    • A.

      Windows

    • B.

      Mozilla Firefox

    • C.

      Microsoft Powerpoint

    • D.

      Linux

    Correct Answer(s)
    A. Windows
    D. Linux
    Explanation
    The correct answer is Windows and Linux. Both Windows and Linux are operating systems. Windows is a widely used operating system developed by Microsoft, while Linux is an open-source operating system that is available in various distributions. Mozilla Firefox and Microsoft Powerpoint, on the other hand, are not operating systems but rather software applications that can run on operating systems like Windows and Linux.

    Rate this question:

  • 6. 

    Which of the following are input devices?

    • A.

      Mouse

    • B.

      Keyboard

    • C.

      Printer

    • D.

      Scanner

    Correct Answer(s)
    A. Mouse
    B. Keyboard
    D. Scanner
    Explanation
    The mouse, keyboard, and scanner are all input devices because they allow the user to input data or commands into a computer system. The mouse is used to control the cursor and select objects on the screen, the keyboard is used to type text and enter commands, and the scanner is used to convert physical documents or images into digital format for input into the computer. The printer, on the other hand, is an output device as it produces a physical copy of data or information from the computer.

    Rate this question:

  • 7. 

    It is considerd as the brain of the computer.

    • A.

      CPU

    • B.

      Input device

    • C.

      Hard disk

    Correct Answer
    A. CPU
    Explanation
    The CPU, or Central Processing Unit, is often referred to as the brain of the computer because it is responsible for executing instructions and performing calculations. It is the main component that carries out the majority of the computer's processing tasks, including running programs, managing data, and controlling other hardware components. Without the CPU, a computer would not be able to function as it is responsible for coordinating and executing all of the computer's operations. Therefore, the CPU is considered the most essential component and is often equated to the brain of the computer.

    Rate this question:

  • 8. 

    ____________ is a short term for binary digit and the smallest unit of information in the comuter system.

    • A.

      Bit

    • B.

      Byte

    • C.

      Kilobyte

    Correct Answer
    A. Bit
    Explanation
    A bit is the correct answer because it is a short term for binary digit and represents the smallest unit of information in a computer system. It can have a value of either 0 or 1, representing the two possible states in binary code. Other options like byte and kilobyte are larger units of information that consist of multiple bits.

    Rate this question:

  • 9. 

    ________ is a tool used by programmers to write programs.

    • A.

      Programming language

    • B.

      Operating System

    • C.

      Application Software

    Correct Answer
    A. Programming language
    Explanation
    A programming language is a tool used by programmers to write programs. It provides a set of instructions and syntax that allows programmers to communicate with computers and develop software applications. Programming languages enable developers to create algorithms, manipulate data, and control the behavior of computer systems. They are essential for translating human-readable code into machine-readable instructions that computers can execute. Therefore, a programming language is the correct answer as it directly relates to the task of writing programs.

    Rate this question:

  • 10. 

    What programming language we use in c programming?

    • A.

      C

    • B.

      C++

    • C.

      Dev C++

    • D.

      Visual Basic

    Correct Answer
    C. Dev C++
    Explanation
    Dev C++ is not a programming language, but rather an Integrated Development Environment (IDE) that is commonly used for programming in the C and C++ languages. Therefore, the correct answer is C, which is the programming language used in C programming.

    Rate this question:

  • 11. 

    Which of the following are examples of C programming language command?

    • A.

      Printf

    • B.

      Cout

    • C.

      Scanf

    • D.

      If

    Correct Answer(s)
    A. Printf
    C. Scanf
    D. If
    Explanation
    Printf, Scanf, and If are examples of C programming language commands. Printf is used to print formatted output to the console, Scanf is used to read formatted input from the console, and If is used for conditional execution of statements. Cout, on the other hand, is not a command in C programming language but is used in C++.

    Rate this question:

  • 12. 

    What can programming languages do?

    • A.

      Create, debug and run a program

    • B.

      Create and print documents

    • C.

      Sends an email

    Correct Answer
    A. Create, debug and run a program
    Explanation
    Programming languages are designed to enable developers to create, debug, and run programs. This involves writing code that instructs the computer on how to perform specific tasks. Debugging refers to the process of identifying and fixing errors or bugs in the code. Running a program involves executing the code and observing its output or behavior. Therefore, programming languages provide the necessary tools and syntax for developers to create, debug, and run programs efficiently.

    Rate this question:

  • 13. 

    ________ is the term used in programming  in the proper construction of codes like that of a grammar in a sentence.

    • A.

      Syntax

    • B.

      Grammar

    • C.

      Structure

    Correct Answer
    A. Syntax
    Explanation
    Syntax is the term used in programming to refer to the proper construction of codes, similar to the grammar in a sentence. It encompasses the set of rules and conventions that dictate how programming statements should be written in order for them to be valid and executable by the computer. Syntax errors occur when the code violates these rules, resulting in the program failing to compile or run correctly.

    Rate this question:

  • 14. 

    Which of the following are prgramming languages?

    • A.

      C

    • B.

      C++

    • C.

      Visual Basic

    • D.

      HTML

    • E.

      Java

    Correct Answer(s)
    A. C
    B. C++
    C. Visual Basic
    E. Java
    Explanation
    The given options C, C++, Visual Basic, and Java are all programming languages. C and C++ are general-purpose programming languages commonly used for system programming and game development. Visual Basic is a programming language developed by Microsoft for creating Windows applications. Java is a widely used programming language known for its platform independence and is commonly used for building web and mobile applications. HTML, on the other hand, is a markup language used for creating the structure and presentation of web pages, not a programming language.

    Rate this question:

  • 15. 

    Which of the following are output devices?

    • A.

      Monitor

    • B.

      Printer

    • C.

      Keyboard

    • D.

      Speaker

    Correct Answer(s)
    A. Monitor
    B. Printer
    D. Speaker
    Explanation
    The given answer is correct because all three devices mentioned - monitor, printer, and speaker - are indeed output devices. An output device is any device that receives information from a computer and displays or presents it to the user in a perceivable form. A monitor displays visual output, a printer produces hard copies of documents or images, and a speaker produces audio output. On the other hand, a keyboard is an input device as it allows the user to input information into the computer.

    Rate this question:

  • 16. 

    Microsoft Word is an example of _______________.

    • A.

      Spreadsheet

    • B.

      Database

    • C.

      Operating System

    • D.

      None of the above

    Correct Answer
    D. None of the above
    Explanation
    Microsoft Word is not an example of a spreadsheet, database, or operating system. It is a word processing software used for creating and editing documents.

    Rate this question:

  • 17. 

    MS Access is an example of database.

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    MS Access is a widely used relational database management system (RDBMS) developed by Microsoft. It allows users to create and manage databases, tables, queries, forms, and reports. As a database software, MS Access provides a structured way to store and organize large amounts of data, making it easier to retrieve and analyze information. Therefore, it is correct to say that MS Access is an example of a database.

    Rate this question:

  • 18. 

    Linux is an Opensource Application software.

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    The given statement is incorrect. Linux is not an application software, but rather an operating system. Linux is an open-source operating system that is widely used in various devices, including computers, servers, mobile phones, and embedded systems. It provides a platform for running applications and managing hardware resources, but it is not an application software itself.

    Rate this question:

  • 19. 

    MS EXcel is an example of Electronic Spreadsheet.

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    MS Excel is indeed an example of an electronic spreadsheet. It is a software program that allows users to organize, analyze, and calculate data using a grid of cells. Users can enter data into these cells and perform various calculations and functions on the data. MS Excel provides a range of features and tools to manipulate and visualize data, making it a widely used electronic spreadsheet program in various industries and sectors.

    Rate this question:

  • 20. 

    The interconnection of two or more computer through the use of cables, telephone lines, radio transmitter, satellites and other wireless communication devices.

    • A.

      Computer Network

    • B.

      Networking

    • C.

      Internet

    Correct Answer
    A. Computer Network
    Explanation
    The given definition accurately describes the concept of a computer network. It refers to the interconnection of multiple computers using various communication devices such as cables, telephone lines, radio transmitters, satellites, and wireless devices. This allows these computers to communicate and share resources, data, and information. The term "Computer Network" is the most appropriate answer that encompasses the interconnection of computers through different communication technologies. The terms "Networking" and "Internet" are related concepts but do not fully capture the broader scope of the definition provided.

    Rate this question:

  • 21. 

    Which of the following programs are examples of web browser?

    • A.

      Google Chrome

    • B.

      Mozilla Firefox

    • C.

      Internet Explorer

    • D.

      Visual Basic

    Correct Answer(s)
    A. Google Chrome
    B. Mozilla Firefox
    C. Internet Explorer
    Explanation
    Google Chrome, Mozilla Firefox, and Internet Explorer are all examples of web browsers. These programs are specifically designed to access and display websites on the internet. They provide users with a graphical interface to navigate the web, view web pages, and interact with online content. On the other hand, Visual Basic is not a web browser but a programming language and development environment used to create software applications.

    Rate this question:

  • 22. 

    WIFI is an example of Wireless Networks.

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    WIFI is indeed an example of wireless networks. WIFI, also known as wireless fidelity, is a technology that allows devices to connect to the internet or communicate with each other wirelessly using radio waves. It is commonly used in homes, offices, and public spaces to provide internet access without the need for physical cables. Therefore, the statement "WIFI is an example of Wireless Networks" is correct.

    Rate this question:

  • 23. 

    In flowcharting, what symbol that is used when an input is needed?

    • A.

      Parallelogram

    • B.

      Rectangle

    • C.

      Oval

    Correct Answer
    A. Parallelogram
    Explanation
    In flowcharting, a parallelogram symbol is used when an input is needed. This symbol represents a process or an action that requires input from the user or an external source. It indicates that the flowchart is expecting some data or information to proceed further in the process. The parallelogram shape distinguishes it from other symbols used in flowcharting, such as rectangles for processes and ovals for start/end points.

    Rate this question:

  • 24. 

    In flowcharting, what symbol to use when a condition is required?

    • A.

      Diamond

    • B.

      Oval

    • C.

      Rectangle

    Correct Answer
    A. Diamond
    Explanation
    The diamond symbol is used in flowcharting when a condition is required. This symbol represents a decision point in the flowchart, where the flow of the process can go in different directions based on the condition being evaluated. The diamond symbol typically contains a question or a logical expression that determines which path the flowchart will follow.

    Rate this question:

  • 25. 

    When to use an on page connector?

    • A.

      When creating a subpart of a flowchart in the same page.

    • B.

      When creating a condition in a flow.

    • C.

      When the problem requires to do so.

    Correct Answer
    A. When creating a subpart of a flowchart in the same page.
    Explanation
    An on page connector is used when creating a subpart of a flowchart in the same page. This connector helps to visually connect different parts of the flowchart that are located on the same page, making it easier for the reader to understand the flow and follow the logic. By using an on page connector, the flowchart becomes more organized and the subparts can be easily distinguished from each other.

    Rate this question:

  • 26. 

    USB sticks that are used to connect to the internet is an examle of __________ connection.

    • A.

      DSL

    • B.

      Broadband

    • C.

      Wireless

    Correct Answer
    B. Broadband
    Explanation
    USB sticks that are used to connect to the internet are an example of broadband connection. Broadband refers to high-speed internet access that provides a wide bandwidth for data transmission. USB sticks, also known as USB modems or dongles, use cellular networks to connect to the internet, offering fast and reliable internet access. This type of connection allows users to access the internet from anywhere with network coverage, making it a convenient option for portable internet connectivity.

    Rate this question:

  • 27. 

    WIFI is an example of wireless connection.

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    WIFI is indeed an example of a wireless connection. WIFI, short for Wireless Fidelity, is a technology that allows devices to connect to the internet or communicate with each other without the need for physical cables. It uses radio waves to transmit data between devices, providing a wireless connection that enables internet access and data transfer. Therefore, the statement "WIFI is an example of a wireless connection" is correct.

    Rate this question:

  • 28. 

    ____________ is a graphical representation of a program.

    • A.

      Flowchart

    • B.

      Diagrams

    • C.

      Source Code Graph

    Correct Answer
    A. Flowchart
    Explanation
    A flowchart is a graphical representation of a program that uses symbols and arrows to depict the sequence of steps or actions in a program. It visually represents the flow of control in a program, showing the decision points, loops, and the order in which different operations are performed. Flowcharts are widely used in software development to plan, analyze, and communicate the structure and logic of a program. They provide a clear and concise overview of the program's flow, making it easier to understand and troubleshoot.

    Rate this question:

  • 29. 

    In flowcharting, when to use a hexagon symbol?

    • A.

      When assigning values to variables

    • B.

      When printing an output

    • C.

      When input is required

    Correct Answer
    A. When assigning values to variables
    Explanation
    A hexagon symbol is used in flowcharting to represent a process or action. In this case, when assigning values to variables is a process that requires a specific action to be performed. Therefore, using a hexagon symbol in this context indicates that a process of assigning values to variables is taking place in the flowchart.

    Rate this question:

  • 30. 

    Consider the following problem:  x = 5; y= x * 2; (X > 2) && ! y <=10; What is the final result?

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    The final result is False because the expression (X > 2) evaluates to True since 5 is greater than 2. However, the expression (! y

    Rate this question:

  • 31. 

    In the expression X>Y && ! (Z<=y), which is the priority to solve?

    • A.

      All the relational operators

    • B.

      Inside the parenthesis

    • C.

      All the logical operators

    • D.

      From left to right can be applied

    Correct Answer
    B. Inside the parenthesis
    Explanation
    The priority to solve in the given expression is inside the parenthesis. This means that the operations within the parenthesis should be evaluated first before applying any other operators. In this case, the relational operator Z

    Rate this question:

  • 32. 

    Solve the following arithmetic expression expression: 5 + 6 * 2 / 2 - 5; What is the final result?

    • A.

      5

    • B.

      6

    • C.

      11

    • D.

      None of the above

    Correct Answer
    A. 5
    Explanation
    The given arithmetic expression is solved using the order of operations, which states that multiplication and division should be performed before addition and subtraction. Therefore, first, we multiply 6 by 2, resulting in 12. Then, we divide 12 by 2, giving us 6. Finally, we add 5 to 6 and subtract 5 from the sum. This results in a final answer of 6. However, the given options do not include 6 as a choice. Therefore, the correct answer is none of the above.

    Rate this question:

  • 33. 

    Solve the following expression: (4 * 5 + 2) > (5 * 2 / 2 ) && ! F; What is the final result?

    • A.

      True

    • B.

      False

    • C.

      Null

    Correct Answer
    A. True
    Explanation
    The expression evaluates to True because the left side of the && operator is true. In the left side, (4 * 5 + 2) equals 22 and (5 * 2 / 2) equals 5. Since 22 is greater than 5, the left side of the && operator is true. The right side of the && operator is ! F, which means not false. Since F is not defined, it is considered false. Therefore, the right side of the && operator is true. Since both sides of the && operator are true, the final result is True.

    Rate this question:

  • 34. 

    Which of the following are true about variables?

    • A.

      It can contain letters, numbers and underscore

    • B.

      It must begin with a letter

    • C.

      You can use reserve words

    • D.

      It can hold values

    Correct Answer(s)
    A. It can contain letters, numbers and underscore
    B. It must begin with a letter
    D. It can hold values
    Explanation
    Variables in programming can contain letters, numbers, and underscores. This allows for flexibility in naming variables. Additionally, variables must begin with a letter, which is a standard convention in most programming languages. They are also used to hold values, allowing for the storage and manipulation of data within a program. However, using reserved words as variable names is not allowed, as these words have predefined meanings in the programming language and would cause conflicts or errors.

    Rate this question:

  • 35. 

    An English - like way of writing and expressing a solution to a problem.

    • A.

      Algorithm

    • B.

      Flowchart

    • C.

      Program

    • D.

      Answer option 4

    Correct Answer
    A. Algorithm
    Explanation
    An algorithm is a step-by-step procedure or set of rules for solving a problem or completing a task. It is a systematic approach that can be written and expressed in a language similar to English. Algorithms are used to design programs and create flowcharts to represent the logical flow of the solution. Therefore, option 4, which is "Algorithm," is the correct answer as it aligns with the given description of an English-like way of writing and expressing a solution to a problem.

    Rate this question:

  • 36. 

    WWW means _________

    • A.

      World Wide Web

    • B.

      World Web Wide

    • C.

      Word Wide Web

    • D.

      Answer option 4

    Correct Answer
    A. World Wide Web
    Explanation
    The term "WWW" stands for "World Wide Web". It is a system of interconnected documents and other resources, linked by hyperlinks and URLs, that can be accessed through the internet. This network allows users to access and share information globally, making it a vital component of the internet.

    Rate this question:

  • 37. 

    What is the result of the following? !T && !F II T = _______

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    The given expression is "!T && !F || T". The "!" operator represents the logical NOT, which negates the value of the operand. "!T" evaluates to False, "!F" evaluates to True, and "T" evaluates to True. The "&&" operator represents the logical AND, which returns True only if both operands are True. Since "!T" is False and "!F" is True, the expression "!T && !F" evaluates to False. The "||" operator represents the logical OR, which returns True if at least one of the operands is True. Since "False || T" is True, the overall expression evaluates to True.

    Rate this question:

  • 38. 

    What is the result of the following? 9>=5 && !4<=8

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    The given expression is a logical statement that combines two conditions using the logical operators "&&" and "!". The first condition, "9>=5", is true because 9 is greater than or equal to 5. However, the second condition, "!4

    Rate this question:

  • 39. 

    A type of program that is used to open web pages or documents is _____________.

    • A.

      Web Browser

    • B.

      Programming Language

    • C.

      Office Application

    • D.

      Answer option 4

    Correct Answer
    A. Web Browser
    Explanation
    A web browser is a type of program that is used to open web pages or documents. It allows users to access and view information on the internet by interpreting and displaying web content. It provides a graphical interface for users to navigate and interact with websites, displaying text, images, videos, and other multimedia elements. Examples of popular web browsers include Google Chrome, Mozilla Firefox, and Microsoft Edge.

    Rate this question:

  • 40. 

    Which of the following is an example of Web Browser?

    • A.

      Mozilla Firefox

    • B.

      Chrome

    • C.

      MS - Word

    • D.

      Internet Explorer

    Correct Answer(s)
    A. Mozilla Firefox
    B. Chrome
    D. Internet Explorer
    Explanation
    Mozilla Firefox, Chrome, and Internet Explorer are all examples of web browsers. Web browsers are software applications that allow users to access and view websites on the internet. They provide a graphical interface for users to navigate through web pages, display text, images, videos, and execute other web-related tasks. MS-Word, on the other hand, is not a web browser but a word processing software used for creating, editing, and formatting documents.

    Rate this question:

  • 41. 

    Which of the following is true about web server?

    • A.

      It is a program that runs on a web site.

    • B.

      Answer option 2

    • C.

      Answer option 3

    • D.

      Answer option 4

    Correct Answer
    A. It is a program that runs on a web site.
    Explanation
    The correct answer is that a web server is a program that runs on a web site. A web server is responsible for receiving, processing, and delivering web pages to clients who request them. It handles the communication between the client's web browser and the website's server, ensuring that the requested content is delivered correctly. Without a web server, a website would not be able to function and deliver its content to users.

    Rate this question:

  • 42. 

    Which of the following is True about Hyperlinks?

    • A.

      It has an underline

    • B.

      When clicked it opens another page

    • C.

      It is a source code

    • D.

      It has a URL

    Correct Answer(s)
    A. It has an underline
    B. When clicked it opens another page
    D. It has a URL
    Explanation
    Hyperlinks are clickable elements on a webpage that typically appear as underlined text. When clicked, they direct the user to another page or resource, either within the same website or to an external source. Hyperlinks are created using HTML code and are defined by a URL (Uniform Resource Locator), which specifies the address of the linked page or resource. Therefore, the statement "It has an underline, When clicked it opens another page, It has a URL" accurately describes the characteristics of hyperlinks.

    Rate this question:

  • 43. 

    Which of the following is true about web server?

    • A.

      It stores and links data and information on the web

    • B.

      It runs programs on the website

    • C.

      Websites cannot be opened if web servers are unavailable

    • D.

      It is a programming language that create information

    Correct Answer(s)
    A. It stores and links data and information on the web
    B. It runs programs on the website
    C. Websites cannot be opened if web servers are unavailable
    Explanation
    The correct answer is that a web server stores and links data and information on the web, runs programs on the website, and websites cannot be opened if web servers are unavailable. A web server is a computer program that serves requested HTML pages or files to clients over the internet. It stores and manages the data and information that make up websites, and it also runs programs or scripts that generate dynamic content on the website. Without a functioning web server, websites cannot be accessed or opened by users.

    Rate this question:

  • 44. 

    __________ is a means of doing and conducting business online through the use of internet.

    • A.

      E-mail

    • B.

      E-commerce

    • C.

      E-business

    • D.

      Answer option 4

    Correct Answer
    B. E-commerce
    Explanation
    E-commerce refers to the process of conducting business online using the internet. It involves buying and selling products or services through electronic means, such as websites, online marketplaces, and mobile applications. This allows businesses to reach a wider audience, streamline operations, and provide customers with a convenient way to shop and make transactions. E-commerce has revolutionized the way businesses operate and has become an essential component of the modern economy.

    Rate this question:

  • 45. 

    Which of the following are Search Engines?

    • A.

      Bing.com

    • B.

      Google.com

    • C.

      Yahoo.com

    • D.

      Facebook.com

    Correct Answer(s)
    A. Bing.com
    B. Google.com
    C. Yahoo.com
    Explanation
    Bing.com, google.com, and yahoo.com are search engines because they are websites that allow users to search for information on the internet. These search engines have algorithms that index and organize web pages, allowing users to enter keywords and receive relevant search results. Facebook.com, on the other hand, is a social media platform and not a search engine.

    Rate this question:

  • 46. 

    Which of the following are Social Networking sites?

    • A.

      Facebook

    • B.

      Myspace

    • C.

      Twitter

    • D.

      Yahoo

    • E.

      Google+

    Correct Answer(s)
    A. Facebook
    B. Myspace
    C. Twitter
    E. Google+
    Explanation
    Facebook, Myspace, Twitter, and Google+ are all social networking sites. These platforms allow users to create profiles, connect with friends, share content, and engage in online social interactions. Yahoo, on the other hand, is not primarily a social networking site. It is a web portal that provides various services like email, news, and search.

    Rate this question:

  • 47. 

    In flowchart, Rectangle symbol is used when initializing values in a variable.

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    The rectangle symbol in a flowchart is not used for initializing values in a variable. It is typically used to represent a process or action in the flowchart. Initialization of values in a variable is usually represented by a different symbol, such as a parallelogram or a rounded rectangle. Therefore, the statement is false.

    Rate this question:

  • 48. 

    The expression (9 / 3 == 9 % 3)  && !T || F is equal to False.

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    The expression (9 / 3 == 9 % 3) evaluates to true because 9 divided by 3 is equal to 3 and 9 modulo 3 is equal to 0. The expression !T evaluates to false because the value of T is not given. The expression F evaluates to false. The && operator has higher precedence than the || operator, so the expression is evaluated as (true && false) || false. Since the first part of the expression is false, the whole expression evaluates to false. Therefore, the given answer is incorrect.

    Rate this question:

  • 49. 

    In solving two or more expression in a line, start solving from right to left.

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    When solving two or more expressions in a line, the correct approach is to start solving from left to right, not from right to left. This is because mathematical operations follow a specific order of operations, known as PEMDAS (parentheses, exponents, multiplication and division from left to right, and addition and subtraction from left to right). Therefore, starting from the left ensures that the operations are performed in the correct order.

    Rate this question:

  • 50. 

    (10 == 10 % 2 * 2) && ! (4>2) && (6<4)

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    The given expression evaluates to False because the first part, (10 == 10 % 2 * 2), is True (10 % 2 * 2 equals 0, and 10 is equal to 0), but the second part, !(4>2), is also True (4 is not greater than 2), and the third part, (6

    Rate this question:

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 20, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Aug 23, 2012
    Quiz Created by
    Anthzila
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.