BICTE Entrance Model Test 1: Difference between revisions

From ICTED-WIKI
Jump to navigation Jump to search
(Created page with "<quiz> {Who is the founder of Facebook? |type="()"} + Mark Zuckerberg. - Bill Gates. - Steve Jobs. - Jack Ma Yun. {Jack Ma Yun is the founder of .........? |type="()"} - Tik TOK - Meta - Apple + Alibaba </quiz>")
 
mNo edit summary
Line 13: Line 13:
- Apple
- Apple
+ Alibaba
+ Alibaba
{What is the name of the popular open-source web browser developed by Mozilla?
|type="()"}
- Google Chrome
+ Mozilla Firefox
- ASafari
- Microsoft Edge
{Which company is known for developing the Windows operating system?
|type="()"}
+ Microsoft
- Apple
- IBM
- Google
{Which HTML tag is used to insert an image on a web page?
|type="()"}
- <picture>
- <graphic>
- <image>
+ <img>
{Which HTML tag is used to insert an image on a web page?
|type="()"}
- '' This is a comment ''
- <comment> This is a comment </comment>
+ <!-- This is a comment -->
- // This is a comment //
{What is the basic unit of digital logic, representing a binary value of either 0 or 1?
|type="()"}
+ Bit
- Byte
- Nibble
- Octet
{Which of the following represents the smallest unit of digital data storage?
|type="()"}
+ Bit
- Byte
- Nibble
- Octet
{In digital data storage, a "byte" is typically composed of how many "bits"?
|type="()"}
- 4 bits
+ 8 bits
- 16 bits
- 32 bits
{Which SQL clause is used to filter records based on a specified condition?
|type="()"}
- SELECT
- ORDER BY
+ WHERE
- GROUP BY
{Which component of an operating system is responsible for managing files and directories?
|type="()"}
- Kernel
- Scheduler
- Device Manager
+ File System
{what does "GUI" stand for?
|type="()"}
+ Graphic User Interface
- General Utility Interface
- Global User Interaction
- Graphical Unit Identifier
{What does SaaS stand for in the context of cloud computing?
|type="()"}
- Software as a Solution
- System as a Service
- Storage as a Service
+ Software as a Service
{
What is ChatGPT, developed by OpenAI?
|type="()"}
- A social media platform
- An autonomous robot
+ A natural language processing model
- A virtual reality game
{
Which programming language is commonly used in AI development and machine learning?
|type="()"}
- Java
- C++
+ Python
- Ruby


</quiz>
</quiz>

Revision as of 02:30, 27 September 2023

  

1 Who is the founder of Facebook?

Mark Zuckerberg.
Bill Gates.
Steve Jobs.
Jack Ma Yun.

2 Jack Ma Yun is the founder of .........?

Tik TOK
Meta
Apple
Alibaba

3 What is the name of the popular open-source web browser developed by Mozilla?

Google Chrome
Mozilla Firefox
ASafari
Microsoft Edge

4 Which company is known for developing the Windows operating system?

Microsoft
Apple
IBM
Google

5 Which HTML tag is used to insert an image on a web page?

<picture>
<graphic>
<image>
<img>

6 Which HTML tag is used to insert an image on a web page?

This is a comment
<comment> This is a comment </comment>
// This is a comment //

7 What is the basic unit of digital logic, representing a binary value of either 0 or 1?

Bit
Byte
Nibble
Octet

8 Which of the following represents the smallest unit of digital data storage?

Bit
Byte
Nibble
Octet

9 In digital data storage, a "byte" is typically composed of how many "bits"?

4 bits
8 bits
16 bits
32 bits

10 Which SQL clause is used to filter records based on a specified condition?

SELECT
ORDER BY
WHERE
GROUP BY

11 Which component of an operating system is responsible for managing files and directories?

Kernel
Scheduler
Device Manager
File System

12 what does "GUI" stand for?

Graphic User Interface
General Utility Interface
Global User Interaction
Graphical Unit Identifier

13 What does SaaS stand for in the context of cloud computing?

Software as a Solution
System as a Service
Storage as a Service
Software as a Service

14 What is ChatGPT, developed by OpenAI?

A social media platform
An autonomous robot
A natural language processing model
A virtual reality game

15 Which programming language is commonly used in AI development and machine learning?

Java
C++
Python
Ruby