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.
| 12901. |
_________ number system is understrood by the computer system |
| Answer» | |
| 12902. |
Where you can create additional notes for current slidesComputer |
| Answer» | |
| 12903. |
Priyanka wants to create a new variable 'Score' in her Scratch project. Suggest her the appropriate blerdo the same |
|
Answer» Answer: you should use data BLOCKS to create a new variable 'score' MOTION blocks ONE of the TEN categories of SCRATCH plz mark me as brainlist |
|
| 12904. |
10111001011011101111100011001100 is awSelect one:O a. 8 bytesO b. 1 double wordsO c Both A Biamp: BO d. None of these |
|
Answer» Answer: 10111001011011101111100011001100 is a d.) NONE of these. |
|
| 12905. |
What is DNS spoofing |
|
Answer» DNS spoofing, ALSO referred to as DNS CACHE poisoning, is a FORM of COMPUTER security hacking in which corrupt Domain Name System data is introduced into the DNS resolver's cache, causing the name server to RETURN an incorrect result record, e.g. an IP address. |
|
| 12906. |
In Magnetic Storage Devices Positive charge is a 0 and Negative charge is a 1 |
|
Answer» FALSE, In Magnetic Storage Devices POSITIVE charge is a 1 and Negative charge is aa0. |
|
| 12907. |
Statement of OSI model |
|
Answer» The Open SYSTEMS INTERCONNECTION model (OSI model) is a CONCEPTUAL model that characterises and standardises the communication FUNCTIONS of a telecommunication or computing system without regard to its underlying internal structure and technology. |
|
| 12908. |
A can store file inside it |
|
Answer» Answer: Not only do folders hold files, but they also can hold other folders. A folder within a folder is USUALLY called a SUBFOLDER. You can create any number of subfolders, and each can hold any number of files and ADDITIONAL subfolders. When it comes to getting ORGANIZED, you don't NEED to start from scratch |
|
| 12909. |
Pls answer, Input list of numbers and swap elements at the even location with the elements at the odd location in python? |
|
Answer» Answer: length := size of nums for i in range 0 to length, increase by 4, do if i+2 exchange nums[i] and nums[i+2] if i+3 exchange nums[i+1] and nums[i+3] return nums Let us see the following IMPLEMENTATION to get better understanding − Example LIVE Demo class Solution: def solve(self, nums): length = LEN(nums) for i in range(0,length,4): if(i+2 nums[i], nums[i+2] = nums[i+2], nums[i] if(i+3 nums[i+1], nums[i+3] = nums[i+3], nums[i+1] return nums ob = Solution() nums = [1,2,3,4,5,6,7,8,9] print(ob.solve(nums)) Input [1,2,3,4,5,6,7,8,9] Output [3, 4, 1, 2, 7, 8, 5, 6, 9] |
|
| 12910. |
Who contains different types of brushes in photoshop |
| Answer» | |
| 12911. |
Create NFA-epsilon and convert it to DFA. |
|
Answer» HOPE it is HELPFUL for U if it is helpful for u than MARK me BRANLIEST |
|
| 12912. |
Find the root of the = n x^-4x-10=0 using bisection method in program |
|
Answer» Answer: method is root why behind is not PROGRAM method and root and x minus 4 and minus 10 is equal to ZERO answer |
|
| 12913. |
Which of the following statement is/are true(cryptography)1. SET and IPSec are cryptography protocol2. receiver decrypted the message using their private key3. sender gets receiver's public key from database4. All of the above. |
|
Answer» Answer: Explanation: The CORRECT statement is - Receiver decrypts the message USING their private key. Only IPSec is a series of services and SECURITY protocols based on cryptography securing COMMUNICATION between DEVICES moving traffic via an untrusted network. A single key is shared for private key encryption devices. |
|
| 12914. |
Write a program to display even numbers from 2 to 10 |
|
Answer» Answer: Java Program to print Even numbers from 1 to n or 1 to 100 By Chaitanya Singh | Filed Under: Java Examples In this tutorial, we will write a Java program to display even numbers from 1 to n which means if the value of n is 100 then this program will display the even values between 1 to 100. Program to display even numbers from 1 to n where n is 100 In the following example we are displaying the even numbers from 1 to n, the value of n we have set here is 100 so BASICALLY this program will print the even numbers between 1 to 100. If an integer number(never a fraction number) is exactly divisible by 2 which means it yields no REMAINDER when divided by 2 then it is an even number. This same logic we are using here to find the even numbers. We are looping through 1 to n and checking each value whether it is evenly divisible by 2 or not, if it is then we are displaying it. To understand this program you should have the basic knowledge of for loop in Java and if statement. class JavaExample { public static void main(String ARGS[]) { int n = 100; System.out.print("Even Numbers from 1 to "+n+" are: "); for (int i = 1; i <= n; i++) { //if number%2 == 0 it means its an even number if (i % 2 == 0) { System.out.print(i + " "); } } } } Output: Even Numbers from 1 to 100 are: 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92 94 96 98 100 |
|
| 12915. |
Write the name of railways/airlines who issued the ticket. |
|
Answer» Answer: In RAILWAYS:-Indian Railways Tourism Cooperation in airlines:-MAINLY Air India Explanation: There's some debate over whether planes or trains are safer, and it all depends on how you measure it. If it's deaths per billion MILES flown, then planes WIN, but planes fly a very long way. But if it's deaths per journey, then trains are nearly six times safer. Both forms of transport are, of course, very safe |
|
| 12916. |
SUB:COMPUTERTIML.FILL IN THE BLANKS1. Iterative control structure is also called as2. There aretypes of arrays.3.determines the flow of control in a program4. The expression2 in for loop refers to5. Thestatement is a multi-way decision maker.bid to add notesOnlineclass2020 |
| Answer» | |
| 12917. |
In the development of the Phong reflection model, why do we not consider light sources being obscured from the surface by other surfaces? |
|
Answer» computer graphics known as phong SHADING.This method is used for shading IMAGES with the help of phong REFLECTION model. |
|
| 12918. |
Write the steps to view Drawing toolbar on screen in OO Impress |
|
Answer»
The Drawing TOOLBAR collects the majority of the tools normally USED to create graphic objects. If this toolbar is not showing, select View > Toolbars > Drawing from the main MENU bar. First section of Drawing toolbar with drawing objects tools. The toolbar can be divided into two parts. |
|
| 12919. |
Someone pls reply, Find the largest all the smallest number in a tuple or list in python |
|
Answer» Task : To find largest and smallest number in a list. Approach : READ input number ASKING for LENGTH of the list using input() or raw_input(). Initialise an empty list lst = []. Read each number using a for loop. In the for loop append each number to the list. Now we use predefined function max() to find the largest element in a list. Similarly we use another predefined function min() to find the smallest element in a list. PLEASE MARK ME AS BRILLIANT AND GIVE ME STARS |
|
| 12920. |
Excel cannot perform arithmetic operations is true or false |
|
Answer» Answer: true Explanation:EXCEL can perform ARITHMETIC functions if they are in the same box. EXAMPLE: 2+3=5(it will AUTOMATICALLY change) |
|
| 12921. |
What is form printing |
|
Answer» Answer: PRINTING FORM (PLURAL printing forms) An object, usually in the SHAPE of a block or a PLATE, used in printing to apply ink on the printed surface. Explanation: JUST MARK IT AS BRAINLIEST!! |
|
| 12922. |
The interaction of row and coloum is called this |
|
Answer» Answer: column Explanation: |
|
| 12923. |
Which buttons is present in status bar |
|
Answer» Answer: The Status Bar PowerPoint ONLINE may be only a web APP that runs in your browser, but that hasn't stopped Microsoft from making it so full-featured that it includes almost all interface elements typically found in desktop programs, INCLUDING a Status bar! Let us explore both the Status Bar as a whole and individual options WITHIN this Status Bar. The Status Bar is a thin strip located at the BOTTOM of the PowerPoint Online interface as shown highlighted in red within Figure 1. This area provides information about the active slide, and also provides several View options.
|
|
| 12924. |
Which view handles the audio waveform at the bottom of the desktop |
|
Answer» my LAP, |
|
| 12925. |
True or false ?A Computer which is seeking any resource from another computer is client computer. |
| Answer» | |
| 12926. |
Write C++ to represent the following series: 1,2,4,8,16,32,64by using do –while. |
|
Answer» Explanation: include #include INT main() { int i; for(i=1;i<=128;i*=2) COUT< return 0; } |
|
| 12927. |
Which of the following variable name is not acceptable in pyhton?i. _nameii. Name_iii. Name2iv. 2name |
| Answer» | |
| 12928. |
The home page is the …………………… page of the website.(i) fourth(ii) third(iii) Second(iv) first |
Answer» CORRECT ANSWER is first.hope it HELPS you |
|
| 12929. |
Create a mini calculator. Enter two numbers (say a, b).Enter a choice (say ch). Perform add,subtract, multiply and divide upon the value of choice being 1,2,3,4…Use switch case operator.pls ans asap wrong ans will be reported correct ans will be appreciated in the form of making u brainlist its a computer question by the way |
|
Answer» -0.5 Explanation: |
|
| 12930. |
Q. 13. Make your own sentences using the given simile -a. As white asb. As sweet asQ. 14. Rewrite the given sentences using the correct punctuation |
|
Answer» Explanation: QUESTION 13 a)As WHITE as snow |
|
| 12931. |
Hindi most common method to create a file is by using any dash software. |
|
Answer» notepad you can CREATE a TEXT file with .txt extension. and it is very COMMON |
|
| 12932. |
Computer ch:11 Introduction to QB64 activity section |
|
Answer» ok |
|
| 12933. |
Which of the following values can be assigned to the background-attachment property? |
| Answer» | |
| 12934. |
The present state and next state of asychronomous circuits are calles as |
|
Answer» chohcgocogcgocgoxgxogcgocgocgoxogx |
|
| 12935. |
HTML elements that have only ON tag are called …………………… elements. |
|
Answer» Answer: HTML ELEMENTS that have only ON tag are called EMPTY elements. PLEASE mark me as BRAINLIEST please |
|
| 12936. |
Write 3 attributes to style border using CSS? |
|
Answer» Answer: dotted - Defines a dotted border. dashed - Defines a dashed border. solid - Defines a solid border. double - Defines a double border. groove - Defines a 3D GROOVED border. ... RIDGE - Defines a 3D RIDGED border. ... inset - Defines a 3D inset border. ... outset - Defines a 3D outset border. |
|
| 12937. |
Which of the following are empty tags? |
|
Answer» ELEMENTS with no closing TAG are known as an empty tag. For eg: , , |
|
| 12938. |
विकास के अनुपात में जनसंख्या वृधि अधिक है। |
| Answer» | |
| 12939. |
What is Internet?Nah,I am not Korean..I am Indian. |
|
Answer» Answer: The Internet is a vast network that CONNECTS COMPUTERS all over the world. Through the Internet, people can SHARE information and communicate from anywhere with an Internet connection. Explanation: hope it helps Many spammers are calling themselves KOREAN but Koreans don't have brainly so it's hard to believe Don't believe until u r totally SURE |
|
| 12940. |
Explain the 3 tags used in table using html with example |
| Answer» | |
| It defines a HEADER cell in a table. | It defines a cell in a table. Explanation: MARK ME AS BRAINLIEST |
|---|---|
| 12941. |
Which of the following is not an e-mail website Option- Gmail. Opera. Yahoo Rediffmail |
|
Answer» Answer: Opera is not an email WEBSITE , it's a WEB BROWSER. so UR answer is Option C) Opera |
|
| 12942. |
One if condition is used within another if condition is calleda. master if b. secondary ifc. nested if.d. Loop if |
| Answer» | |
| 12943. |
WHAT ARE THE ADVANTAGE OF USING ARRAYS????? |
|
Answer» Answer: ARRAYS represent multiple data items of the same TYPE USING a single name. In arrays, the elements can be accessed randomly by using the index number. Arrays ALLOCATE memory in contiguous memory locations for all its elements Explanation: HOPE it helps you |
|
| 12944. |
____ tools make rectangular elliptical , single column selection |
| Answer» | |
| 12945. |
What is c++ and define it |
|
Answer» mark me as BRAINILIST |
|
| 12946. |
Themes option is available in tab |
|
Answer» OPTION is AVAILABLE in LAYOUT tab. hope it helps you have a great day ahead ☺️... |
|
| 12947. |
What is python? give two examples? |
|
Answer» Answer: PYTHON is a powerful general-purpose PROGRAMMING language. It is used in web development, data science, creating software PROTOTYPES, and so on. Fortunately for beginners, Python has simple easy-to-use SYNTAX. This makes Python an EXCELLENT language to learn to program for beginners Explanation: hope it helps u |
|
| 12948. |
What type of memory is called when programs and data stored on ROM are not lost when a computer is switched off? |
| Answer» | |
| 12949. |
Which property is used to write a Text in the Textbox ? * |
| Answer» | |
| 12950. |
____ images add colour to your document |
|
Answer» Answer: To ADD a picture to your document background, SWITCH over to the “Design” tab on Word's Ribbon, and then click the “Page COLOR” BUTTON. In the dropdown menu, click the “Fill Effects” option. In the Fill Effects window, switch to the “Picture” tab, and then click the “Select Picture” button. Explanation: HOPE it's helpful for u |
|