Q91
Q91 What does the term "HTTP" stand for in web technologies?
HyperText Transfer Protocol
Hyperlink Text Transfer Protocol
Hyperlink Transfer Protocol
HyperText Transfer Port
Q92
Q92 What is the role of a DNS (Domain Name System) server?
To store website data
To host websites
To translate domain names into IP addresses
To manage internet connections
Q93
Q93 Which of the following HTML tags is used to create a hyperlink?
<a>
<link>
<href>
<img>
Q94
Q94 Which CSS property is used to change the text color of an element?
font-style
color
text-color
background-color
Q95
Q95 Which of the following JavaScript functions can be used to update the content of an HTML element?
document.write()
innerHTML
updateHTML()
setContent()
Q96
Q96 A user reports that a website is not loading, and the browser displays a "404 Not Found" error.
What could be the issue?
The server is down
The page has been moved or deleted
The user’s internet connection is slow
The website is using too much memory
Q97
Q97 A website is loading slowly.
What could be a potential cause?
Large images or media files
Incorrect HTML tags
Too many CSS files
Invalid JavaScript syntax
Q98
Q98 What is the primary purpose of a programming language?
To design hardware
To create programs that perform specific tasks
To browse the internet
To store large amounts of data
Q99
Q99 Which of the following is an example of a high-level programming language?
Assembly
C++
Binary
Machine Language
Q100
Q100 What does the term "algorithm" refer to in programming?
A step-by-step procedure to solve a problem
A programming language
A type of hardware
A network protocol
Q101
Q101 What is the main difference between a compiled language and an interpreted language?
Compiled languages are faster
Interpreted languages are more efficient
Compiled languages are converted into machine code before execution, while interpreted languages are executed line by line
There is no difference
Q102
Q102 Which of the following describes a variable in programming?
A fixed value
A placeholder for storing data that can change
A type of error
A programming language
Q103
Q103 What is the output of the following Python code:
print(2 + 3 * 4)?
20
14
24
10
Q104
Q104 Which of the following is the correct syntax for a for loop in Python?
for i = 0 to 5:
for i in range(5):
for (i = 0; i < 5; i++)
for (i = 1 to 5)
Q105
Q105 What does the following Java code snippet print?
System.out.println("Hello" + "World");
Hello World
Hello
World
HelloWorld
Q106
Q106 What will be the output of the following code in C++?
int x = 5;
x += 3;
cout << x;
8
5
3
10
Q107
Q107 A programmer is receiving a syntax error while compiling their code.
What could be a likely cause?
Incorrect variable name
Missing semicolon
Insufficient memory
Hardware failure
Q108
Q108 A program runs but produces incorrect results.
What type of error is this most likely?
Syntax error
Logic error
Runtime error
Compilation error
Q109
Q109 A Python program crashes with a "TypeError."
What could be a potential cause?
Using a variable before it is declared
Using an operator on incompatible data types
Infinite loop
Accessing a variable out of scope
Q110
Q110 What is the primary goal of Agile software development?
To eliminate testing
To create detailed documentation
To deliver working software quickly
To use a single programming language
Q111
Q111 Which of the following best describes the Waterfall model?
Iterative development
A linear sequential approach
A flexible approach
A method for testing software
Q112
Q112 What is a characteristic of the Scrum methodology?
No defined roles
Short, time-boxed iterations called sprints
No documentation
Focus on coding only
Q113
Q113 In software development, what is a "user story"?
A detailed technical specification
A description of a feature from the user's perspective
A method of testing
A coding standard
Q114
Q114 What is the main advantage of the DevOps approach in software development?
Reduces the need for developers
Eliminates testing requirements
Increases collaboration between development and operations teams
Focuses solely on coding
Q115
Q115 In version control systems like Git, which command is used to create a new branch?
git commit
git push
git branch
git merge
Q116
Q116 Which command in Git is used to combine changes from one branch into another?
git branch
git pull
git merge
git reset
Q117
Q117 Which of the following commands is used in Git to discard local changes to a file?
git checkout
git revert
git reset
git clean
Q118
Q118 A developer encounters a merge conflict in Git.
What is the best course of action?
Ignore the conflict
Manually resolve the conflict
Revert all changes
Delete the branch
Q119
Q119 During a sprint, a team realizes they cannot complete all the user stories.
What should they do?
Extend the sprint
Drop the stories without discussion
Discuss and reprioritize the remaining stories with the Product Owner
Work overtime to finish
Q120
Q120 What is the main goal of Artificial Intelligence (AI)?
To replace all human workers
To simulate human intelligence in machines
To control all digital devices
To increase data storage