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.

30551.

ASCII has how many codes?​

Answer» ASCII HAS 7 BIT CODES..... Hope it helps you.. ❤❤
30552.

Slides name are included in outline view

Answer» TION:Outline view (Introduced in POWERPOINT 2016 for Mac) Outline view displays your presentation as an outline MADE up of the TITLES and main text from each SLIDE. Each title appears on the left side of the pane that contains the Outline view, along with a slide icon and slide number.
30553.

What is formatting?​

Answer»

Formatting refers to the APPEARANCE or presentation of your ESSAY. ANOTHER WORD for formatting is layout.

30554.

Number of bit used by the IPv6 address ​

Answer»

tion:1281: IPv6 addresses are 128-bit HEXADECIMAL numbersThe IPv4 addresses we are all used to seeing are made up of four numerical octets that combine to FORM a 32-bit address. IPv6 addresses look NOTHING like IPv4 addresses. IPv6 addresses are 128 bits in LENGTH and are made up of hexadecimal characters.

30555.

Column A 1. Cd2. Primary key3. &&4. PlagiarismColumn Ba. Logical Operatorb. cyber crimec. change directoryd. unique identifies record​

Answer» CD- change directoryprimary KEY- UNIQUE key that identifies RECORD&&- logical operatorplagiarism- cyber CRIME
30556.

The connector in data flow diagram is indicated by circle shape.(T/F).​

Answer»

where is the DATAPLEASE FOLLOW me and MARK as BRAINLIEST

30557.

Write your question here (Keep it simple and clear to get the best answer) the popular application of flop

Answer» MEMORY jopExplanation:because FREE PASSWORD VAULT
30558.

Que.4. Multiple Choice Two Correct Ans 1) ------------ and - ----- are the examples of input units in cornputer.a. a. MICRb. Speaker c. OCR d. Printer e . Plotter2) -------------- and -------------- are the examples of mobile operating system.a. a. Chrome b. Android . DOSd. ASHA e. Firefox3) -------------- and ------------- are data manipulation command.a. a. update b. grant c. delete d . revoke e. erase4) A web designer wants to design a web page to enter the employee name andGender the control type that will be used are ------------- anda. a. Text b . Checkbox c. Radio d. Submit e. Reset3) A teacher has asked a student to create a web page to accept a number, greaterthan 50 and less than 100. The operators to be used are ----------- anda. a. b.> c.% d.& e. >=6) A table cells have to merged as 2 rows and 2 columns so the valid attribute used will bea. a. rowmerge b. rowspan c. colspan d. colsmerge e.rowcolspan7) The text formatting tags in HTML area. a. b. c. d. e.8) The two security procedure to avoid cybercrimes area. a.Encryption b. Plishing c. Cracking d. SSL e. Hacking​

Answer» 1)MICR and OCR2)ANDROID DOS3Update and Delete4Radio5<>6rowspan colspanEncryptionSSL
30559.

Write a program to find the factorial value in automation anywhere

Answer»

#INCLUDE < stdio.h >int main(){ int N,i=1,s=1;scanf("%d",&n);while( n < =0 ){s=s*i; i++;if( s==1 ) break;} if( ) printf("yes");elseprintf("no"); return 0;}I HOPE It HelpsPlz MARK As BRAINLIEST

30560.

2 The trio of e-governance is thegovt. .........& a businesses.​

Answer» 2 The trio of e-governance is THEGOVT. .........& a businesses.Explanation:please please mark me as the brainliest ANSWER
30561.

What is the meaning of scaters

Answer» N VARIOUS DIRECTIONS
30562.

Secondary storage memory type is ............... memory

Answer» RY STORAGE MEMORY TYPE is ROM memory
30563.

Advertisement done using multimedia is not useful

Answer»

That is false.Explanation: You'd RATHER USE multiple communications because your advertisement would MOVE AROUND and get out FASTER.

30564.

What is the use of design vuew

Answer»

Design view is USED to SHOW the table i. design viewHope you like my ANSWER FOLLOW mePlease mark as brainlist

30565.

In Hackerland every character has a weight. The weight of an English uppercase alphabet A-Z is given below : A = 1 B = 2*A + A

Answer»

ProgramizC PROGRAM to FIND Transpose of a MatrixC Program to Find Transpose of a MatrixIn this example, you will learn to find the transpose of a MATRIX in C programming.To understand this example, you should have the knowledge of the following C programming topics:C ArraysC Multidimensional ArraysThe transpose of a matrix is a new matrix that is obtained by exchanging the rows and columns.In this program, the user is asked to enter the number of rows r and columns c. Their values should be less than 10 in this program.Then, the user is asked to enter the elements of the matrix (of order r*c).The program below then computes the transpose of the matrix and prints it on the screen.Program to Find the Transpose of a Matrix#include int main() { int a[10][10], transpose[10][10], r, c, i, j; printf("Enter rows and columns: "); SCANF("%d %d", &r, &c); // Assigning elements to the matrix printf("\nEnter matrix elements:\n"); for (i = 0; i < r; ++i) for (j = 0; j < c; ++j) { printf("Enter element a%d%d: ", i + 1, j + 1); scanf("%d", &a[i][j]); } // Displaying the matrix a[][] printf("\nEntered matrix: \n"); for (i = 0; i < r; ++i) for (j = 0; j < c; ++j) { printf("%d ", a[i][j]); if (j == c - 1) printf("\n"); } // Finding the transpose of matrix a for (i = 0; i < r; ++i) for (j = 0; j < c; ++j) { transpose[j][i] = a[i][j]; } // Displaying the transpose of matrix a printf("\nTranspose of the matrix:\n"); for (i = 0; i < c; ++i) for (j = 0; j < r; ++j) { printf("%d ", transpose[i][j]); if (j == r - 1) printf("\n"); } return 0;}

30566.

Muthayya Vanitha is the Project Director of which of these ISRO missions in the news last year?

Answer» TION:Muthayya Vanitha is an Indian ELECTRONICS system engineer who has led projects on satellites at the Indian SPACE Research Organization. She is currently the project director of the Chandrayaan-2 lunar MISSION of the ISRO.
30567.

It had one incoming and two out going flow lines

Answer» TION:The DECISION making symbol should have only one incoming flow line. HOWEVER, it MAY have two or three out-going flowlines. or Two outgoing flow- lines ...
30568.

In the following data table, if the support threshold is (greater than or equal to) 0.2, and confidence threshold is (greater than or equal to) 0.9, valid association rules are: Transaction ID Itemsets 1 {a, b, d, e} 2 {b, c, d} 3 {a, b, d, e} 4 {a, c, d, e} 5 {b, c, d, e} 6 {b, d, c} 7 {c, d} 8 {a, b, c} 9 {a, d, e} 10 {b, c} A. {a,b,d} ® e B. {a, b}®{d, e} C. a®{b, d, e} D. b ®{a, d, e}

Answer» 42 metersExplanation:
30569.

What is the shortcutkeyto runaprogramin c language?a) CTRL + F6b)CTRL +F7c) CTRL+ F8d) CTRL+F9​

Answer»

d)ctrl+F9please MARK it as a BRAINLIEST ANSWER

30570.

you want to store the stations of a public transportation line. new stations can be added both ends of the line ,but not between existing stations .you should be able to traverse the line in both direction.data structure in c++.

Answer»

tion:We first enqueue first petrol PUMP to the QUEUE, we KEEP enqueueing petrol PUMPS till we ... C++ program to find circular tour for a truck ... Run a loop while all petrol pumps are not visited.

30571.

Examples of input units in compter ​

Answer» EXAMPLES of INPUT devices include keyboard mouse scanners digital CAMERAS JOYSTICK and microphones input devices can be categorised based on modality of input
30572.

Is used to store same type of data in MS-Access. consist of two or more PCs connected for sharingdata and hardware resources.CREATEFERIEDYNSRC is an attribute of ___tag in HTML​

Answer»

Here is your ANSWER:-• A complex lookup field• Network• img tag.Explanation:• A complex lookup field allows us to store multiple values of the same data type in each row.• Network is COMPOSED of several computers connected together to share resources and data. When two or more computers are connected together so they can communicate with one another, they form a network.• The DYNSRC attribute FUNCTIONS EXACTLY like the SRC attribute, but it is used to POINT to a video instead of a standard graphic file. Like the tag, supports the LOOP attribute, which specifies the number of times the video should be repeated. A value of infinite or -1 will repeat the movie perpetually.DYNSRC (short for DYNnamic SouRCe) loads a movie file instead of a still picture file. ... The attributes CONTROLS , LOOP , and START can be used to modify the behavior of the movie. Do not use DYNSRC in the same tag as LOOP.I hope it helps.Thank you.

30573.

Shot cut key for " To play a movie "

Answer» SPACE barExplanation:
30574.

Find the correct match for each item in column A and column B. (2) (Sept 2015) A B a) Abacus i) Preprogrammed b) Pascaline ii) Computing Machine c) Jacquard’s Looms iii) Punched cards d) Mark I iv) Counting frame

Answer»

Here is your answer:-a) 4b) 2c) 3d) 1Explanation:a) The abacus, also called a counting frame, is a calculating tool that was in use in the ancient Near East, Europe, China, and RUSSIA, centuries before the adoption of the written Hindu–Arabic numeral system. b) Pascal's calculator is a mechanical calculator invented by Blaise Pascal in the early 17th century. Pascal was led to develop a calculator by the laborious arithmetical calculations required by his father's work as the supervisor of taxes in Rouen.c) The Jacquard Loom is controlled by a chain of multiple CARDS punched with holes that DETERMINE which cords of the fabric warp should be raised for each PASS of the shuttle. d) The IBM AUTOMATIC Sequence Controlled Calculator, called Mark I by Harvard University’s staff, was a general purpose electromechanical computer that was used in the war effort during the last part of World War II. One of the first programs to run on the Mark I was initiated on 29 March 1944 by John von Neumann. I hope it helps.Thank you.

30575.

Write a program to input a number and check weather the number is an automorphic number is the number which is contained in the last digit of its square. Sample input:25 is an automorphic number

Answer»

The PROGRAM to PRINT a NUMBER 25 is not my LUCKY number

30576.

A store sells 7 items. Maximum possible number of candidate 3-itemsets is

Answer» TION:it can be 200 00009
30577.

...isthestep by stepprocedure ofaprogramming.​

Answer» QUESTION is INCOMPLETE...... PLEASE CORRECT it
30578.

Name the feature of MS Excel quickly completes a series of data​

Answer» AUTO fillExplanation:
30579.

K=12, b=o; find b= - - k + k - - ; in java​

Answer»

b=k+k0=12+12=24hope it will HELP

30580.

Computer viruses are not man made true \ false​

Answer» FALSEIS the RIGHTOPTION
30581.

State true or false slides names are included in outline view​

Answer» TRUE ...................
30582.

The shortcut for all the nine menus

Answer»

ctrl+zctrl+pctrl+actrl+bctrl+cctrl+yctrl+sctrl+nExplanation:

30583.

Paper prototyping _______________. Is hard to create, modify and animate. Can be produced at a very early stage.

Answer» PAPER PROTOTYPING MODIFY and ANIMATE.
30584.

What is 4^2heiksksksksksidkdkddidi

Answer»

...EXPLANATION:

30585.

K=12, b=o; find b= - - k + k - - ;​

Answer» 22 Is Ur ANSWEREXPLANATION:I Hope It HelpsPLZ MARK As BRAINLIEST
30586.

What is frequency? No. Of viberations per second/time taken to complete one revolutionWhich is right? ​

Answer» LOW me PLEASE please FOLLOW me please please
30587.

A presentation can have multiple slide Masters true or false​

Answer» TRUE............YES
30588.

Slide names are included in outline view state true or false​

Answer»

FalseThey are not INCLUDED

30589.

Write (T) for true and (F) for false for the following statements. A computer virus is similar to human virus.​

Answer» TRUEEXPLANATION:..........................all the VIRUSES are SIMILAR
30590.

State true or false Animations once applied can be changed but cannot be removed​

Answer» ANIMATION once APPLIED can be CHANGED but removed=false
30591.

Javastatement isterminated by a​

Answer» SEMI colonPLS MARK IT BRAINLIEST!
30592.

......... type of E-commerce is mapped with all the phases of trade cycle. fill in the blanks​

Answer»

tion:The UPWARD PHASE of a TRADE cycle or PROSPERITY is divided into two stages—recovery and boom, and the DOWNWARD phase of a trade cycle is also divided into two stages—recession and depression.

30593.

Name any two insectivorous plants

Answer»

Insectivorous plants include the Venus flytrap, several types of PITCHER plants, butterworts, sundews, bladderworts, the WATERWHEEL PLANT, brocchinia and many members of the Bromeliaceae. HOPE this helps you...mark as brainliest...

30594.

The basic elements of a microsoft word window

Answer»

The ELEMENTS are as FOLLOWING:-TITLE barMenu BarToolbarsWorkspaceStatus BarScroll BarsScroll BoxTask PANE

30595.

THE........ SQL statement is used to delete an existingvrecord from a table. fill in the blanks​

Answer» NICE QUESTION you ASKED me
30596.

........... tag has the href and alternate information of click able area. Fill in the blanks ​

Answer» ANCHOR tagExplanation:
30597.

WAP to Input five numbers in anarray and find the sum of prime numbers:​

Answer»

tion:In this program, You will learn how to find sum of PRIME numbers in an ARRAY in c. ... Some LIST of prime numbers is: 2 3 5 7 11 13 17 ... printf("Enter Size of An Array :"); scanf("%d", &s); printf ...

30598.

Textbook for class 8CBSE computer​

Answer»

Y USE THE BOOKS ADVISED BY SCHOOL DONT HAVE ANY ADDITIONALMARK AS BRAINLIEST

30599.

What is the important function in computer ​

Answer»

tion:TO STORE YOUR MEMORIES AND IMPORTANT DATAMARK AS BRAINLIEST

30600.

E. Find the output of following programs:1. CLSSCREEN 13LINE (40,40)-(120,120),2,BLINE (80,40) -(80,120)LINE (40,80) -(120,80)​

Answer»

your question PROPERLY if you WRITE this program in same way as you have written here then you will definitely get error because LINE statement is used after NEXT lineWellHere is your amswer Mark as brainliest