Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

29951.

14. Which of the following is commonly used for image processing in python? Pandas Matplotlib OpenCV CV

Answer»

ed AnswerOpenCV (Open SOURCE Computer VISION LIBRARY)

29952.

6. What is this flowchart for? START INPUT X & Y if X>Y NO YES OUTPUTY 18 GREATER OUTPUT X IS GREATER STOP Find largest Number Print X & Y Take X & Y as input None of the Above

Answer» TION:⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
29953.

Mention the ways to change a sprite​

Answer»

The look of a SPRITE can also be changed by using costumes. The CURRENT COSTUME of a sprite can be changed by clicking on the "costumes" tab and clicking on the desired costume of choice, or by using LOOKS blocks to select the sprite's costume.hope it HELPS you!!mark me as the brainliest!!

29954.

12. Problem statement template does not talk about goal of the project? TRUE FALSE

Answer» TRUE EXPLANATION:It's true not FALSO MAY it HELP you
29955.

4 Large Neural Networks are time consuming and computationally expensive. TRUE FALSE

Answer»

tion:Usually, neural networks are ALSO more computationally expensive than TRADITIONAL ALGORITHMS. State of the art deep LEARNING algorithms, which REALIZE successful training of really deep neural networks, can take several weeks to train completely from scratch

29956.

Program using switch statement to find factorial of natural, number​

Answer»

includeint main(){ int number; PRINTF("Enter number\n"); scanf("%d",&number); int CHOICE; printf("Enter 1 for summation or 2 for factorial\n"); scanf("%d",&choice); int sum = 0; int FACT = 1; SWITCH(choice) { case 1: while(number>0) { sum = sum+(number%10); number = number/10; } printf("%d\n",sum); break; case 2: while (number>0) { fact = fact*number; number--; } printf("Factorial is %d\n",fact); break; default: printf("Error\n"); } return 0;}

29957.

The dash protocol is used by commerce website for accepting online payment

Answer»

answer as followsExplanation:Secure Socket Layer (SSL): SSL certification can be used to secure all types of online transactions (credit, DEBIT card, online banking, etc.). SSL PROTOCOL is developed to prevent online security breaches while transmitting data online.Today most digital enterprises are CARRIED out with HTTPS protocols, instead of HTTP, created by Eric Rescorla and Allan M. Schiffman in 1999, which are on the way to disappear. Due to the growing number of cyber ATTACKS, the use of the HTTPS protocol has become widespread since 2018.

29958.

Convert (257)_10=(?)_8 into binary

Answer»

(401)_8Explanation:divide 257 by 8 and note the remainders and WRITE from down to up

29959.

Write a Python statement to declare a Dictionary named ClassRoll with Keys as 1, 2, 3 and corresponding values as ‘Reena’, ‘Rakesh’, ‘Zareen’ respectively.

Answer»

ould be two ways.Way 1:Way 2:In the first METHOD, we directly assign the values to the variable, using curly brackets, making it a dictionary.In the second method, we first decide the data type of the variable ClassRoll and then assign values in to it. A dictionary is a data type in Python that enables a KEY-value relationship. All dictionaries are enclosed in curly brackets. The FORMAT of a dictionary is as FOLLOWS:Dictionary_name = {Key1:Value1, Key2:Value2, Key3:Value3, ... }In a dictionary, the elements can be accessed using their keys, that act as indexes. Dictionary_name[Key1] would return the value corresponding to Key1, i.e., Value1. The same goes for all the other keys. If an unknown key has been CALLED, it would render an error.

29960.

Data vaildation refers to :

Answer»

sudififtsjfizjxfhjzj

29961.

Storage devices in order of cost per Gb of storagefrom smallest to largest

Answer»

A storage device is used in the computers to store the data. • Provides one of the core FUNCTIONS of the modern computer.Explanation:Types of Storage There are four type of storage: • Primary Storage • Secondary Storage • Tertiary Storage • Off-line StoragePrimary Storage • Also known as main memory. • Main memory is DIRECTLY or INDIRECTLY CONNECTED to the central processing unit via a memory bus. • The CPU continuously reads instructions stored there and executes them as required. • Example: – RAM – ROM – Cache

29962.

All devices are connected to mother board excepted?

Answer»
29963.

write a program to accept any three integer number and return the sum of these numbers (by using function) ​

Answer»

10 input x, y, Z20 sum = x + y + z30 average = sum / 3.040 print averageFor this you would just see a question mark to input the 3 numbers.Generally in most BASICS you could do this instead:10 input “ENTER 3 numbers SEPARATED by spaces : “; x, y, zThen you get a nice prompt for the input.Explanation:ask ur doubt also

29964.

Computer is a system- justify this statement?

Answer»

A computer system is a set of integrated devices that input, OUTPUT, process, and store data and information. Computer systems are currently BUILT around at least ONE digital processing device. There are five main HARDWARE components in a computer system: Input, Processing, Storage, Output and Communication devices.Explanation:

29965.

State FOUR characteristics of resonance in an AC series circuit

Answer» TION:⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
29966.

Which one of the following syntaxes is the correct syntax to read from a simple text file stored in ''d:\python.txt''? Infile = open(''d:\\python.txt'', ''r'') Infile = open(file=''d:\\\python.txt'', ''r'') Infile = open(''d:\python.txt'',''r'') Infile = open.file(''d:\\python.txt'',''r'')

Answer» 3RD oneExplanation:INFILE = OPEN(''d:\python.txt'',''R'')infile.read( )infile.close( )
29967.

The elements given in start and end tag

Answer»

The <HTML> element is the root element and it defines the whole HTML document. It has a START tag and an END tag . The

element defines the document's body.Explanation:The element is the root element and it defines the whole HTML document. It has a start tag and an end tag . The element defines the document's body.this may help you PLEASE GIVE me 5.0 stars
29968.

Find give number even or odd

Answer» TION:EVEN NUMBER 2,4,6,8,12odd number 3,5,7,9,11
29969.

Write the major technology changes in generation of computer

Answer»

Fourth Generation of Computers Main electronic component – very large-scale INTEGRATION (VLSI) and microprocessor. VLSI– THOUSANDS of transistors on a single microchip. Memory – semiconductor memory (such as RAM, ROM, etc.) ... PROGRAMMING language – high level language (Python, C#, Java, JAVASCRIPT, Rust, Kotlin, etc.).Explanation:

29970.

What is desktop background?​

Answer»

op BACKGROUND object is an icon on your desktop background that you can USE to open your FILES, folders, and applications. You can ALSO add objects to your desktop background to provide CONVENIENT access to files, folders, applications, and URIs that you use frequently

29971.

Explain the utilities of computer's in online banking and finance​

Answer»

Computers allow banks to provide ATM services, ONLINE BANKING, speedier TRANSACTIONS and accurate tracking and verification of funds. They also make banking institutions more secure through ENHANCED security and surveillance setups.Explanation:please MARK me as the brainliest

29972.

Which is a container for data and its associated objects

Answer» TION:in a COMPUTER science a container is a CLASS a DATA structure or an abstract data TYPE
29973.

What are the components of a computer that can be seen and touched

Answer»

They are CALLED as HardwareExplanation:For EX. Mouse, KEYBOARD, MONITOR, Joystick, etc.Hope it Helps!!

29974.

Are used in home, school, Shop,offices ,bank ,etc Micro computer mini computer super computers

Answer»

Personal computers are powerful machines. They are used in schools, HOMES, offices, BANKS, shops and hotels. Minicomputers are bigger in SIZE than MICROCOMPUTERS. SEVERAL hundred users can use it at the same time.Explanation:please mark me as the brainliest

29975.

Which cell referencing to method is helpful when you need to update only the value of one cell

Answer» TION:By default, all CELL references are relative references. When copied across multiple cells, they change based on the relative position of rows and columns. For example, if you COPY the formula =A1+B1 from row 1 to row 2, the formula will become =A2+B2. Relative references are especially convenient whenever you need to repeat the same calculation across multiple rows or columns.To create and copy a formula using relative references:In the following example, we want to create a formula that will multiply each item's PRICE by the QUANTITY. Rather than create a new formula for each row, we can create a single formula in cell D2 and then copy it to the other rows. We'll use relative references so the formula correctly calculates the total for each item.
29976.

Gduufhtgdftt Fe DJ fn u Downton yeah bridge dust Bf bbye Hote Bccha t teach

Answer» PLEASE CLEAR your QUESTION you are just WASTING your points.please do not REPORT and I'm not spamming.thanku
29977.

A continuous__________ in the ups alarms us about the low battery

Answer» FLASHING LEDExplanation:Flashing LED always tell us abt the condition of battery R in STATE or in BAD.
29978.

How to create a prsentation

Answer»

Create presentation from a scratch or a template.Add text,IMAGES ARTS and videos.Select a proffessional DESIGN with powerpoint designer.Add transition ,annimations and motion.Save to one drive,to get to your presentation from your computer,tablet or phone.Share and work with others,whereever they are.Explanation:hope a HELP

29979.

Which operator is used for percent? A..+B. %C..* ​

Answer» TION:% is the modulo operator, so for example 10 % 3 would result in 1. If you have some numbers a and B , a % b GIVES you just the REMAINDER of a divided by b . So in the example 10 % 3 , 10 divided by 3 is 3 with remainder 1, so the answer is 1.
29980.

Prove that ab+a(b+c)+b(b+d)=a ?

Answer» NE ZAMAN geleceğin çizgi ve çizgi ve çizgi dünyada saklanır ve BITKI ve yüzün yolu gider
29981.

2) _____________ provides the signal of internet. (a) Modem (b) Gate way (c) WWW (d) none of these

Answer» WWW PROVIDES the SIGNAL of INTERNET.
29982.

Write an algorithm to find square and cube of a number

Answer» 1. Start //(Initial State)2. WRITE “Enter a number” //Printing for taking user input3. Read num //scanning of input4. CALCULATE square = num * num //Formula which USED to calculate for the SQUARE5. Calculate cube = num * num * num //Formula which used to calculate for the cube.6. Write “Square is: ” + square //Printing Square of input7. Write “Cube is: ” + cube //Printing Cube of input8. Stop //(Terminal State)Explanation:
29983.

a) Ten members of IT Club are driving to a conference in a neighboring college. However, some of these students have dated in the past, and things are still a little awkward. Each student lists which other students they refuse to share a car with; these conflicts are recorded in the table below. Use concept of graph theory to determine the fewest number of cars the club needs to make the trip. Do not worry about running out of seats, just avoid the conflicts. [5

Answer»

bers of IT Club are driving to a conference in a neighboring college. However, some of these students have dated in the PAST, and things are STILL a little awkward. Each student lists which other students they refuse to share a car with; these conflicts are recorded in the table below. Use concept of graph theory to determine the fewest number of cars the club needs to make the trip. Do not WORRY about RUNNING out of a) Ten members of IT Club are driving to a conference in a neighboring college. However, some of these students have dated in the past, and things are still a little awkward. Each student lists which other students they refuse to share a car with; these conflicts are recorded in the table below. Use concept of graph theory to determine the fewest number of cars the club needs to make ta) Ten members of IT Club are driving to a conference in a neighboring college. However, some of these students have dated in the past, and things are still a little awkward. Each student lists which other students they refuse to share a car with; these conflicts are recorded in the table below. Use concept of graph theory to determine the fewest number of cars the club needs to make the trip. Do not worry about running out of seats, just avoid the conflicts. [5

29984.

Storage devices in order of speed of access to data from the smallest to the largest

Answer»

Put these storage DEVICES in ORDER of speed of access to DATA from the smallest to the largest. *DVD 1. *Zip disk 2. *Hard disk 3.Explanation:HOPE it's HELPFUL to you!

29985.

Can anyone answer this question..​

Answer» E I am ALSO AVAILABLE for RUPEES 2800
29986.

Dash is the process of following one or two or more alternate and part of computation

Answer»

Alu is the PART of the COMPUTER were is USED for calculating and comparing.

29987.

What is the function of the icon labelled x in this screen

Answer» TION:HOPE THIS WILL HELP YOU DEAR
29988.

1 bfs algorithm - a) spanning tree 2 3kruskal's algorithm-b) shortest paths 3 dfs algorithm -c) strongly connected 4 bellman-ford algorithm -d) greedy approach match the following correct option?

Answer» TION:BREADTH FIRST Search (BFS) - GRAPH Traversal ALGORITHM
29989.

How do trees search the internet (joke)

Answer» TREES does not SEARCH INTERNET
29990.

If you onece creat a styel in MS word it is not possible to delete it

Answer»

possibleExplanation:if you onece a styel in MS WORD it is POSSIBLE ti delete it

29991.

Why are you forcing to download the app before answering the questions..

Answer»

adapt to their environment from necessity. Plants MAY also adapt by growing lower and closer to the GROUND to shield themselves from WIND and cold. Desert environments may have some of the following adaptations, these help the plant to conserve food, energy and water and still be able to REPRODUCE effectively.

29992.

Communicating through speech by combining words into sentences

Answer» TION:HOPE THIS WILL HELP YOU DEAR
29993.

What is the network.and what is HTML used for.

Answer»

don't explanationsExplanation:don't EXPLANATIONS

29994.

Pls write the html of this photo

Answer» BRO which PHOTO I don't KNOW
29995.

give one words for the following statement .a.A machine that recives data,stores it,processes it according to a given set of instrucation and produces meaningful information. b.The collecation offacts,deatails or symbols which are unorganized. c.The data arranged in proper order which gives meaning to the user of the computer. d. The method through which data changes into information. e. A computer that can be moved from place to place.

Answer» INFORMATION ProcessingPlease MARK me BRAINLIEST : )
29996.

While sorting on more than on field the more important field is called

Answer» MAJOR Key is the ANSWER for that.Explanation:plz MARK as BRAINLIEST
29997.

Give one words for the following statement

Answer»

what STATEMENT for your QUESTION?

29998.

How will you form a recipient list ?

Answer»

I don't knowExplanation:idkjmsbcnbcgjfjgcjgcww

29999.

Expand these abbreviation CAN​

Answer»

CANAcronym DefinitionCAN COMMUNITY Area NetworkCAN CanonCAN Cancer ACTION Network (AMERICAN Cancer SOCIETY)CAN Cancel

30000.

A note on E-Commerce infrastructure.​

Answer»

ce INFRASTRUCTURE is a collection of hardware, software, NETWORK, facilities, ETC. that you NEED to run an ecommerce business. When you have the right infrastructure, you will have an OPTIMIZED business performance.