< ;
Breaking News
Loading...

Tuesday, July 09, 2019

INFORMATICS SMAPLE PAPER CLASS 11



Image result for INFORMATICS PRACTICES





CBSE Sample Papers for Class 11 Informatics Practices (IP)


CBSE Sample Papers for Class 12 Informatics Practices (IP) with CBSE marking scheme and solutions. NCERT Sols and CBSE exam last years papers their answers & solutions. All sets of Delhi, all India and foreign and solutions of papers. Old CBSE papers of year 2018, 2017, 2016, 2015 and 2014 main and compartment with sols.

CBSE Sample Papers for Class 12 Informatics Practices

 Sample Papers for Class 11 Informatics Practices

Previous years and latest CBSE sample papers with their solutions – All sets of Delhi, Foreign and All India (Outside Delhi) – past years important papers to understand the pattern of CBSE exams

Important Questions from CBSE Papers – 2018

  1. How does e-governance help in building trust between the Government and citizens ?
  2. How can e-learning help students learn at their own pace ?
  3. What will be the values of i and z after the following code is executed :
    int i = 0;
    int z = 10;
    do
    {
    i = i+2;
    z- -;
    }
    while (i<10);

Important Questions from CBSE Papers – 2017

  • Explain the meaning of the following statement with the help of example. “Tags are not predefined in XML”
  • Name two properties and two methods that are common in jTextField and jLabel.
  • What is the relationship between SQL and MySQL? Write SQL statement that gives the same output as the following SQL statement but uses ‘IN’ keyword.
    SELECT NAME FROM STUDENT WHERE STATE = ‘VA’;
  • In a hospital, patients are allocated to wards. A database named ‘Hospital’ is created. One table in this database is : WARD with WardId, WardName,
    NumOfBeds as columns and WardId as the primary key. Write another suitable table you could expect to see in ‘Hospital’ database, with 3 suitable columns identifying Primary key and Foreign key.


  • What is the difference between getSelectedIndex( ) and getSelectedItem( ) methods?
  • Write the value that will be stored in variable num and sum after execution of following code:
    int sum=0, num = -2;
    do
    {
    sum = sum + num;
    num++;
    }
    while (num < 1);
  • Define e-governance. List two advantages of e-governance to a disabled person. How does E-business help organizations to provide better customer services?
  • How do Computer networks reduce hardware costs of an organization ? Explain with the help of example.
  • Compare BUS topology with STAR topology. Give example.
  • Why is a switch called an intelligent hub?
  • When is a repeater used in a computer network?
  • Expand following term:
    (i) OSS
    (ii) HTTP
  • Explain the term Firewall and Cyber Law.








MORE INFORMATION:


Java is a general-purpose programming language that is class-basedobject-oriented[15] (although not a pure OO language, as it contains primitive types[16]), and designed to have as few implementation dependencies as possible. It is intended to let application developers write once, run anywhere (WORA),[17] meaning that compiledJava code can run on all platforms that support Java without the need for recompilation.[18] Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of the underlying computer architecture. The syntax of Java is similar to C and C++, but it has fewer low-level facilities than either of them. As of 2018, Java was one of the most popular programming languages in useaccording to GitHub,[19][20] particularly for client-server web applications, with a reported 9 million developers.
Java was originally developed by James Gosling at Sun Microsystems (which has since been acquired by Oracle) and released in 1995 as a core component of Sun Microsystems' Java platform. The original and reference implementation Java compilers, virtual machines, and class libraries were originally released by Sun under proprietary licenses. As of May 2007, in compliance with the specifications of the Java Community Process, Sun had relicensedmost of its Java technologies under the GNU General Public License. Meanwhile, others have developed alternative implementations of these Sun technologies, such as the GNU Compiler for Java (bytecode compiler), GNU Classpath (standard libraries), and IcedTea-Web (browser plugin for applets).
The latest versions are Java 12, released in March 2019, and Java 11, a currently supported long-term support (LTS) version, released on September 25, 2018; Oraclereleased for the legacy Java 8 LTS the last free public update in January 2019 for commercial use, while it will otherwise still support Java 8 with public updates for personal use up to at least December 2020. Oracle (and others) highly recommend that you uninstall older versions of Java,[22]because of serious risks due to unresolved security issues.[23] Since Java 9 (and 10) is no longer supported, Oracle advises its users to immediately transition to Java 11 (Java 12 is also an non-LTS option).

No comments:

Post a Comment