NEW
Font size
WorksheetsFSD_Quiz_Level_01
Total questions: 10
Worksheet time: 5mins
"A set of instructions to solve a particular problem. It takes a set of inputs and processes the steps one by one to produce the desired output."
Rule
Algorithm
Flowchart
None of these
Which of the following is true about a compiler?
Contains instructions to perform task
Converts source code to machine code
Checks for logic flaws in your source code
None of these
A young programmer writes a program to display “Welcome to Programming World” if the visitor wants to learn programming. Which of the following programming concepts he needs to use?
Looping Statments
Conditional Statements
Both
None of these
A young programmer writes a program to create a timer that elapses after a particular or fixed interval. Which of the following programming concepts he needs to use?
Looping Statements
Conditional Statements
Both
None of these
Which of the following statement(s) is/are true about a function?
I. Helps to divide the complex tasks into simple tasks.
II. DRY principle in software development.
III. You can create your own functions
IV. You can call this function only once.
Only I, III, IV are correct
Only I, II, III are correct
I, III are correct; II, IV are incorrect
Only III is incorrect
Choose the Correct Phase related to the following:
1. Gathering business requirement
2. Creating process diagrams
Analysis
Planning
Deployment
Testing
Choose the correct Statements related to FTP Programs?
I. File Transfer Protocol is used to communicate and transfer files between computers on a TCP/IP network.
II. As a beginner, you need to use a FTP client to access the website you’re managing.
III. FileZilla, Transmit, WinSCP, WebPack, WS_FTP, Fetch are the examples.
I, II are correct; III is incorrect
I & III are correct; II is incorrect
Only I & II are correct
All Statements are correct
Choose the correct statements related to the Automation System?
I. File Transfer Protocol is used to communicate and transfer files between computers on a TCP/IP network.
II. As a beginner, you need to use a FTP client to access the website you’re managing.
III. FileZilla, Transmit, WinSCP, WebPack, WS_FTP, Fetch are the examples.
I, II are correct; III is incorrect
I & III are correct; II is incorrect
Only I & III are correct
All Statements are correct
Choose the correct statements related to MERN Stack?
I. Stack is a collection of technologies working together to accomplish a common task.
II. MongoDB is a document based database; ExpressJS is a backend web application framework.
III. NPM acts as a package manager and it will be implemented in NodeJS only.
I, II are correct; III is incorrect
I & III are correct; II is incorrect
Only I & III are correct
All Statements are correct
“A Young Programmer started learning about HTML, He needs inputs from your end to start his web development journey”.
Find out incorrect statements.
I. He wants to change the default font to his favorite font, it can be implemented using <style> in the index.html file.
II. He cannot change the default bullet-in type in the list items.
Only I is incorrect
Only II is correct
I is correct; II is incorrect
All Statements are correct
