Saved Bookmarks
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.
| 1301. |
Convert 01100011001 to hexadecimal..... |
|
Answer» Btw... Gud Mrng!! ? Hn... Mujhe bhi lgta hai aisa hi ??? |
|
| 1302. |
Define each byte kilobyte megabyte gigabyte terbyte |
| Answer» | |
| 1303. |
Create a dictionary in python for minimum 10 - P Block elements ( including nitrogen) |
| Answer» | |
| 1304. |
shradha sharma I know you ?????????????????? |
| Answer» Who are uhh Yogita Ingle?? ? | |
| 1305. |
Is System unit and CPU the same thing? |
| Answer» | |
| 1306. |
What are the mutuable and unmutable datatypes in python |
| Answer» | |
| 1307. |
how many guys knows python well here ? tell me |
|
Answer» ok dear friends https://t.me/coding_for_interest join me i know it but only class 10,,,, my and Deepak\'s principal not giving computer science and i want to ki*l the principal ????? |
|
| 1308. |
How much time should i give to CS? |
|
Answer» give time to cs according to your interest 1 hours |
|
| 1309. |
How to change from binary to number |
| Answer» converting a\xa0Binary to Decimal\xa0number would be:\tDecimal Digit Value2561286432168421Binary Digit Value101100101\t\xa0By adding together ALL the decimal number values from right to left at the positions that are represented by a “1” gives us: (256)\xa0+\xa0(64)\xa0+\xa0(32)\xa0+\xa0(4)\xa0+\xa0(1)\xa0=\xa035710\xa0or three hundred and fifty seven as a decimal number.Then, we can convert binary to decimal by finding the decimal equivalent of the binary array of digits\xa01011001012\xa0and expanding the binary digits into a series with a base of 2\xa0giving an equivalent of\xa035710\xa0in decimal or denary.Note that in number conversion systems “subscripts” are used to indicate the relevant base numbering system, 10012\xa0=\xa0910. If no subscript is used after a number, then it is generally assumed to be decimal.Repeated Division-by-2 MethodWe have seen above how to convert binary to decimal numbers, but how do we convert a decimal number into a binary number. An easy method of converting decimal to binary number equivalents is to write down the decimal number and to continually divide-by-2 (two) to give a result and a remainder of either a “1” or a “0” until the final result equals zero.So for example. Convert the decimal number\xa029410\xa0into its binary number equivalent.\tNumber294\xa0Dividing each decimal number by “2” as shown will give a result plus a remainder.If the decimal number being divided is even then the result will be whole and the remainder will be equal to “0”. If the decimal number is odd then the result will not divide completely and the remainder will be a “1”.The binary result is obtained by placing all the remainders in order with the least significant bit (LSB) being at the top and the most significant bit (MSB) being at the bottom.divide by 2result147remainder0 (LSB)divide by 2result73remainder1divide by 2result36remainder1divide by 2result18remainder0divide by 2result9remainder0divide by 2result4remainder1divide by 2result2remainder0divide by 2result1remainder0divide by 2result0remainder1 (MSB)\t\xa0This divide-by-2 decimal to binary conversion technique gives the decimal number\xa029410\xa0an equivalent of\xa01001001102\xa0in binary, reading from right to left. This divide-by-2 method will also work for conversion to other number bases.Then we can see that the main characteristics of a\xa0Binary Numbering System\xa0is that each “binary digit” or “bit” has a value of either “1” or “0” with each bit having a weight or value double that of its previous bit starting from the lowest or least significant bit (LSB) and this is called the “sum-of-weights” method.So we can convert a decimal number into a binary number either by using the sum-of-weights method or by using the repeated division-by-2 method, and convert binary to decimal by finding its sum-of-weights. | |
| 1310. |
Which book for class 11 CBSE ?? |
|
Answer» Preeti Arora Computer science with python by Sumita arora Computer science with python --- Sumita Arora |
|
| 1311. |
Where exactly waving pattern stored in jacquard loom |
| Answer» Jacquard loom, also called Jacquard Attachment, orJacquard Mechanism, in weaving, device incorporated in special looms to control individual warp yarns. It enabled looms to produce fabrics having intricate woven patterns such as tapestry, brocade, and damask, and it has also been adapted to the production of patterned knitted fabrics.\xa0The Jacquard machine is a device fitted to a loom that simplifies the process of manufacturing textiles with such complex patterns as brocade, damask and matelassé.\xa0The resulting ensemble of the loom and Jacquard machine is then called a Jacquard loom. The machine was invented by Joseph Marie Jacquard in 1804, based on earlier inventions by the Frenchmen Basile Bouchon (1725), Jean Baptiste Falcon (1728), and Jacques Vaucanson (1740).The machine was controlled by a "chain of cards"; a number of punched cards laced together into a continuous sequence.[6] Multiple rows of holes were punched on each card, with one complete card corresponding to one row of the design. Several such paper cards, generally white in color, can be seen in the images below. Chains, like Bouchon\'s earlier use of paper tape, allowed sequences of any length to be constructed, not limited by the size of a card. | |
| 1313. |
Hi pls tell me how to download computer science (python)pls ua |
|
Answer» In mobile ,you download pydroid 3 ,or in pc or laptop you go to www.python.org.com Yes |
|
| 1314. |
What is the utility of disc fragmentor |
| Answer» Microsoft Drive Optimizer (formerly Disk Defragmenter) is a utility in Microsoft Windows designed to increase access speed by rearranging files stored on a disk to occupy contiguous storage locations, a technique called defragmentation. Defragmenting a disk minimizes head travel, which reduces the time it takes to read files from and write files to the disk.[1] Beginning with Windows XP, Microsoft Drive Optimizer also reduces system startup time. | |
| 1315. |
What are pickle modules |
| Answer» pickle module is used to preserve objects in python | |
| 1316. |
Ap log cs k liye kaunsi book prefer karoge i am in 11 |
| Answer» | |
| 1317. |
Data handling solutions |
| Answer» | |
| 1318. |
Nahi ? mujhe News sunna psnd ni? |
|
Answer» acha bye yrr?✌...baad me baat krungi mai...!✌ hnn???same meme dekhke hi to pta chla vse 6bje pm ke drshan hone wle hai ajj? |
|
| 1319. |
What is IDLE |
|
Answer» IDLE is a simple Python integrated development environment available for Windows, Linux, and Mac OS X. To open IDLE interactive shell “Goto start menu on windows -> open IDLE”. You may type the above one-line Python program directly into IDLE and press enter to execute the program. Since it does not provide a way to save the code you enter, the interactive shell is not the best tool for writing larger programs. The IDLE interactive shell is useful for experimenting with small snippets of Python code. Integrated development environment. Sitting without work |
|
| 1320. |
problem solving methalogy |
| Answer» My yes | |
| 1321. |
What is the need for sharing a document in cale |
| Answer» One of the main advantages of online\xa0file\xa0storage and\xa0sharing\xa0is that collaboration is smooth. You can share\xa0files\xa0instantly, access information quickly, and avoid any unnecessary delays. That\'s not all; you can work from anywhere and collaborate in real time with people in any part of the world.\xa0Shared Documents\xa0allow a department to collaborate on\xa0documents. It\'s also possible to track versions associated with a file so that it is possible to rollback to an earlier version of the\xa0document\xa0if necessary. It is also possible to set custom permissions for\xa0folders\xa0in\xa0shared documents. | |
| 1322. |
WAP to input a number and find all the factors of the fabonecces series. |
| Answer» | |
| 1323. |
What will be the output produced by following code 1) name = neeru |
Answer» for more query join me at code masterif you want to print it then write :print(name) it will give you an error neeru because neeru is a string which is always surrounded by " " the correct expression is name ="neeru" It will show error because you haven\'t entered any instructions Further.Like Print("name") etc. |
|
| 1324. |
X=Y=5 ...what is the error in this code...?? |
| Answer» | |
| 1325. |
Can anyone tell me the syllabus of cs broadly?? I m not having it\'s book. |
|
Answer» book ka code kya hai You are from which school and which book is being followed. There if yu tell me these then somehow I could help you out |
|
| 1326. |
Which refers to the number of bits processed by a computer CPU |
| Answer» "Word size" refers to the number of bits processed by a computer\'s CPU in one go (these days, typically 32 bits or 64 bits). Data bus size, instruction size, address size are usually multiples of the word size. ... In computing, a word is the natural unit of data used by a particular processor design. | |
| 1327. |
Which component is the main memory of the computer? |
| Answer» RAM : RAM stands for Random Access Memory.This is the main memory of computer used to retain user’s instructions and data for processing purpose. This is volatile in nature . | |
| 1328. |
Chal kyu nhi raha ? |
| Answer» | |
| 1329. |
Requires good perspiration |
| Answer» | |
| 1330. |
Let me try |
|
Answer» Aese nhi hoga ye dekho chlra hai kya : Isme to methyl bhi laga hua hai wah ... dekhte hai |
|
| 1331. |
SQL hai humare syllabjs mai ? Mere teacher ne mana kiya tha . Plz tell cbse teachers |
| Answer» | |
| 1332. |
Which SQL statement is used to delete data from a table?a. Delete\tb. Drop c. Truncate\td. Remove |
| Answer» Delete | |
| 1333. |
Write a program that accept 2 number from the user and check whether number is positive Or negative |
|
Answer» print("POSITIVE OR NEGITIVE")x=float(input("\\n\\t\\tENTER THE NUMBER WHICH YOU WANT TO NOW :"))if x>0: print("\\n","so",x,"is the positive number")elif x==0: print(x,"is 0") else: print("\\n","so",x,"this is negitive number",) print("POSITIVE OR NEGITIVE") x=float(input("\\n\\t\\tENTER THE NUMBER WHICH YOU WANT TO NOW :"))if x>0: print("\\n","so",x,"is the positive number")elif x==0: print(x,"is 0") else: print("\\n","so",x,"this is negitive number",)print("POSITIVE OR NEGITIVE")x=float(input("\\n\\t\\tENTER THE NUMBER WHICH YOU WANT TO NOW :"))if x>0: print("\\n","so",x,"is the positive number")elif x==0: print(x,"is 0") else: print("\\n","so",x,"this is negitive number",)print("POSITIVE OR NEGITIVE")x=float(input("\\n\\t\\tENTER THE NUMBER WHICH YOU WANT TO NOW :"))if x>0: print("\\n","so",x,"is the positive number")elif x==0: print(x,"is 0") else: print("\\n","so",x,"this is negitive number",)print("POSITIVE OR NEGITIVE")x=float(input("\\n\\t\\tENTER THE NUMBER WHICH YOU WANT TO NOW :"))if x>0: print("\\n","so",x,"is the positive number")elif x==0: print(x,"is 0") else: print("\\n","so",x,"this is negitive number",)print("POSITIVE OR NEGITIVE")x=float(input("\\n\\t\\tENTER THE NUMBER WHICH YOU WANT TO NOW :"))if x>0: print("\\n","so",x,"is the positive number")elif x==0: print(x,"is 0") else: print("\\n","so",x,"this is negitive number",) |
|
| 1334. |
what do you mean by bit code? |
| Answer» | |
| 1335. |
Write a program to execute odd numbers 1-20 |
Answer» class JavaExample { public static void main(String args[]) {\tint n = 100;\tSystem.out.print("Odd Numbers from 1 to "+n+" are: ");\tfor (int i = 1; i <= n; i++) { if (i % 2 != 0) { System.out.print(i + " "); }\t} }}
|
|
| 1336. |
How to find the factorial of a number |
Answer» The factorial of a number is the product of all the integers from 1 to that number.For example, the factorial of 6 is\xa01*2*3*4*5*6 = 720. Factorial is not defined for negative numbers, and the factorial of zero is one,\xa00! = 1.Source Code\xa0OutputThe factorial of 7 is 5040 |
|
| 1337. |
How to start notepad? |
| Answer» 1. Click\xa0⊞\xa0Win.2.\xa0Scroll down to "Windows Accessories"\xa03. Click the "Windows Accessories" folder.4. Click "Notepad".\xa0This will open Notepad | |
| 1338. |
Draw a truth table for the expression (AB\' + A\'B) |
| Answer» | |
| 1339. |
Write a program in python to print odd numbers and sum of odd numbers from the list |
| Answer» | |
| 1340. |
Write a program to generate and print factorial number up to n |
| Answer» n=int(input("Enter the value of n : "))f=1for i in range(1,n):⠀⠀f*=1print("The factorial is ", f) | |
| 1341. |
Given two integers x and n , compute x to the power n.Write the python code for it. |
| Answer» x = int(input("Enter value of x : "))n = int(input("Enter the value of n : "))print("xⁿ = ", x**n) | |
| 1342. |
Write python code .Compute the greatest common divisor and least common multiple of two integers. |
| Answer» a = int(input("Enter integer 1 : "))b = int(input("Enter integer 2 : "))for i in range(1,a+b):⠀⠀⠀if a%i==0 and b%i==0:⠀⠀⠀⠀⠀⠀⠀s=iprint("Greatest common integer = ",s) | |
| 1343. |
Python code to determine whether a number is an armstrong, a palindrome , a perfect number. |
| Answer» | |
| 1344. |
Write a program to accept 10 numbers in a list and display the count of prime numbers out of them |
|
Answer» x=[]for i in range (1,11): y=int(input(\'enter the number of a list\') x.append(y)for i in x: if (i>1): for k in range(2,i//2+1): r=i%k if(r==0): break else: print(i,end=\',\') int (inpu |
|
| 1345. |
Write a program for python to print the sum of : 1+X/2!+X^2/3!+.....+X^N/(N+1)! |
| Answer» s=0x=int(input(\'enter the number\'))for i in range(1,x+1): s+=(x**x)/(x+1)print(\'sum is\',s) | |
| 1346. |
Write the synatax by example of phython tokens |
| Answer» | |
| 1347. |
tutorials for c.s |
| Answer» | |
| 1348. |
(BE E )_(16)=()_(10)=O_(8) |
| Answer» | |
| 1349. |
Draw a flowchart to display the area of circle? (hint area=3.14*r*r) |
| Answer» | |
| 1350. |
Diff bw compiler and interpreter |
| Answer» | |