Ask questions which are clear, concise and easy to understand.
Ask QuestionPosted by Kumkum Pal 4 years, 5 months ago
- 1 answers
Posted by Deepa Priya 4 years, 5 months ago
- 1 answers
Posted by Devansh Sharma 4 years, 5 months ago
- 0 answers
Posted by Aasif Md 4 years, 5 months ago
- 0 answers
Posted by Ayush Verma 4 years, 5 months ago
- 3 answers
Posted by Kruthika Jayaraman 4 years, 5 months ago
- 1 answers
Posted by Priyanka Upadhyay 4 years, 5 months ago
- 2 answers
Tapan Pandey?? 4 years, 4 months ago
Elda John 4 years, 5 months ago
Posted by Magmawolf Michael 4 years, 5 months ago
- 0 answers
Posted by Amulya Singh 4 years, 5 months ago
- 1 answers
Meghna Thapar 4 years, 5 months ago
In computer programming languages, indentation is used to format program source code to improve readability. Indentation is generally only of use to programmers; compilers and interpreters rarely care how much whitespace is present in between programming statements. The readability of code is highly important when writing programs. ... Indentation can be used to separate blocks of code such as selection statements and loops; thus making them easier to locate and read. Indentation and line spacing can also improve the structure of a program also making it easier to read.
Posted by Lakshmi Lakshmi 4 years, 5 months ago
- 2 answers
Lakshmi Lakshmi 4 years, 5 months ago
Posted by Aarif Khan 4 years, 5 months ago
- 1 answers
Stuti Singh 4 years, 5 months ago
Posted by Jutan Biswas 4 years, 5 months ago
- 1 answers
Meghna Thapar 4 years, 5 months ago
A switch, in the context of networking is a high-speed device that receives incoming data packets and redirects them to their destination on a local area network (LAN). A LAN switch operates at the data link layer (Layer 2) or the network layer of the OSI Model and, as such it can support all types of packet protocols. A switch is used to network multiple computers together. Switches made for the consumer market are typically small, flat boxes with 4 to 8 Ethernet ports. These ports can connect to computers, cable or DSL modems, and other switches. High-end switches can have more than 50 ports and often are rack mounted.
Posted by Jutan Biswas 4 years, 5 months ago
- 1 answers
Siddhi Modi 4 years, 5 months ago
Posted by Pankaj Kumar 4 years, 5 months ago
- 1 answers
Meghna Thapar 4 years, 5 months ago
A parameter is a variable in a method definition. When a method is called, the arguments are the data you pass into the method's parameters. Parameter is variable in the declaration of function. Argument is the actual value of this variable that gets passed to function. The value passed with the function calling statement is called the argument, and the parameter would be the variable which copies the value in the function definition (called as formal parameter). Arguments are the actual values that are passed in when the method is invoked.
Posted by Ashish Kumar Pathak 4 years, 5 months ago
- 1 answers
Siddhi Modi 4 years, 5 months ago
Posted by Sukhjinder Kaur Rauwal 4 years, 5 months ago
- 0 answers
Posted by Shaurya Negi 4 years, 5 months ago
- 1 answers
Posted by Neeraja Goli 4 years, 5 months ago
- 0 answers
Posted by Sonam Dolma 4 years, 5 months ago
- 0 answers
Posted by Sonam Dolma 4 years, 5 months ago
- 1 answers
Meghna Thapar 4 years, 5 months ago
A queue is a line of things, usually people. Queue comes from the Latin cauda, for tail. Outside the United States it means a line of people or vehicles waiting their turn, so if your English friend talks about queuing up for the movies, that means getting in line for a ticket. The word 'queue' comes from the French word queue meaning 'tail', on the grounds that that is what people who stand behind each other look like. The word 'queue' comes from the French word queue meaning 'tail', on the grounds that that is what people who stand behind each other look like.
Posted by Banu Priya 4 years, 5 months ago
- 0 answers
Posted by Sarita Rawat 4 years, 5 months ago
- 1 answers
Posted by Hariprince Gupta 4 years, 5 months ago
- 1 answers
Meghna Thapar 4 years, 5 months ago
Computer Science is the study of computers and computational systems. Unlike electrical and computer engineers, computer scientists deal mostly with software and software systems; this includes their theory, design, development, and application. Computer science is the scientific approach to computation, along with its wide range of applications. Computer scientists study the feasibility and mechanisation of procedures, known as algorithms, which underlie the acquisition, processing, storage and communication of data.
Posted by Akarshak Bajpai 4 years, 6 months ago
- 1 answers
Posted by Hemanth Kothari 4 years, 6 months ago
- 1 answers
Rajkumar Yadav 4 years, 6 months ago
Posted by Hemanth Kothari 4 years, 6 months ago
- 0 answers
Posted by Hemanth Kothari 4 years, 6 months ago
- 0 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Meghna Thapar 4 years, 5 months ago
The super() function in Python makes class inheritance more manageable and extensible. The function returns a temporary object that allows reference to a parent class by the keyword super. The super() function has two major use cases: To avoid the usage of the super (parent) class explicitly. The super keyword refers to superclass (parent) objects. It is used to call superclass methods, and to access the superclass constructor. The most common use of the super keyword is to eliminate the confusion between superclasses and subclasses that have methods with the same name.
0Thank You