ログイン

PRELIMS ( INTEGRATIVE PROGRAMMING )

PRELIMS ( INTEGRATIVE PROGRAMMING )
56問 • 1年前
  • Dominic Alix
  • 通報

    問題一覧

  • 1

    is an object-oriented programming language that supports data encapsulation, inheritance, polymorphism, and method overriding.

    C#

  • 2

    When was C# programming language developed?

    Microsoft

  • 3

    C# programming language was developed at Microsoft in the late 1990s headed by

    Anders Hejlsberg

  • 4

    Which is NOT TRUE about the features of C#?

    It allows you to hack data and application using this programming language.

  • 5

    enables you to write database queries in C# programming while

    LINQ

  • 6

    used in LINQ expressions for efficient coding.

    Lambda Expressions

  • 7

    is a collection of tools, technologies, and languages that provides an environment to build and deploy different types of applications easily.

    NET framework

  • 8

    controls tasks and manages system resources of the computer.

    Operating System

  • 9

    is a runtime environment of the NET framework that manages the execution of the NET code, enables debugging and exception handling, and makes programs portable.

    Common Language Runtime ( CLR )

  • 10

    It converts (or compiles) the source code into an intermediate language called

    Microsoft Intermediate Language (MSIL)

  • 11

    is a portable assembly code that con . Then the compiler called ____ compiles the MSIL code into native code (machine-language code) before it is executed.

    CLR Just-In-Time (JIT)

  • 12

    contains the classes and interfaces used for building applications.

    NET Base Class Library

  • 13

    provides access to relational databases and several data sources such as SQL Server and XML.

    ADO.NET

  • 14

    is the universal format for data on the Web.

    XML

  • 15

    is a unified Web development model that includes the services necessary in building enterprise-class Web applications with a minimum of coding.

    ASP.NET

  • 16

    allows building of dynamic websites using a familiar drag-and-drop, event-driven model.

    ASP.NET Web Forms

  • 17

    extend the Web infrastructure to provide the means for software to connect to other software applications.

    ASP.NET Web Services

  • 18

    contain the graphical representation of any window displayed in the application.

    Windows Form

  • 19

    is a set of basic language features that ensures operability between the languages in the NET environment.

    Common Language Specification (CLS)

  • 20

    is a formal specification that documents how types are declared, used, and managed so the CLR can use them.

    Common Type System

  • 21

    is a collection of types and resources that are built to work together and form a logical unit of functionality.

    Assembly

  • 22

    is a module that contains functions and data that can be used by another module

    Dynamic Link Layer ( DLL )

  • 23

    provides information along with a complete description of methods, types, and other resources.

    Metadata

  • 24

    The metadata includes

    Manifest

  • 25

    Each assembly has a ___ version number that is presented as a set of four (4) decimal pieces

    128-bit

  • 26

    What are the four decimal pieces?

    Major.Minor.Build.Revision

  • 27

    Two types on how an assembly deployed

    private and shared

  • 28

    A C# program consists of the following parts

    Namespace declaration Class attributes Comments A class A Main method Class methods Statements and Expressions

  • 29

    are used to organize classes in a project

    namespace

  • 30

    is a namespace and one (1) of its class

    System

  • 31

    keyword is used to access the classes available in a namespace.

    using

  • 32

    declaration must appear at the beginning of a source code.

    using namespace

  • 33

    are comments and ignored by the compiler.

    /*...* / and //

  • 34

    Every C# application contains one (1) ___ method.

    Main

  • 35

    takes string array as argument.

    static void Main (string[] args) {}

  • 36

    This method must be defined in the class as

    static

  • 37

    is a name of a program component programmers use to uniquely identify namespaces, classes, methods, variables, constants, etc. Identifiers are user-defined words.

    identifier

  • 38

    a programming language uses for its own use, and they have a special predefined meaning to the compiler. These cannot be used as identifiers.

    Keywords are reserved words

  • 39

    is an identifier and a memory location that stores a specific value.

    variable

  • 40

    is an identifier and a memory location whose value cannot be changed during program execution.

    constant

  • 41

    Constants in C# are defined using the

    const keyword

  • 42

    are used to specify a set of values and their operations associated with variables or constants.

    data types

  • 43

    These data types store the value directly.

    Value types

  • 44

    These data types do not store the actual value in a variable or constant.

    Reference types

  • 45

    A data type is a value type if it holds the data within its own memory allocation.

    Value Types

  • 46

    is the process of converting a value of one (1) type of data to another data type.

    Type conversion or type casting

  • 47

    This is the conversion of a lower precision data type to a value of higher precision data type

    Implicit conversion.

  • 48

    allow the users to convert a value of higher precision data type into a value of lower precision data type by using a

    Cast operator

  • 49

    are the symbols that represent a specific mathematical or logical processing in programming.

    Operators

  • 50

    These are operators used in performing mathematical operations on numerical values.

    Arithmetic Operators

  • 51

    These are used to determine the relationship between operands of numeric values and generate a decision on that base.

    Relational operators

  • 52

    These are operators used in performing logical operation.

    Logical operators

  • 53

    These are used to assign a value or the result of an expression to a variable.

    Assignment operators

  • 54

    in C# is a combination of operands (or variables) and operators that can be evaluated to a single value.

    Expression

  • 55

    defines a set of rules indicating the order in which the operator should be evaluated in an expression.

    operator precedence and associativity

  • 56

    class includes several methods that perform a variety of calculations that can be used in a program.

    System.Math

  • REVIEWER FOR INFORMATION MANAGEMENT

    REVIEWER FOR INFORMATION MANAGEMENT

    Dominic Alix · 73問 · 1年前

    REVIEWER FOR INFORMATION MANAGEMENT

    REVIEWER FOR INFORMATION MANAGEMENT

    73問 • 1年前
    Dominic Alix

    PRELIMS REVIEWER ( NET-TECH )

    PRELIMS REVIEWER ( NET-TECH )

    Dominic Alix · 98問 · 1年前

    PRELIMS REVIEWER ( NET-TECH )

    PRELIMS REVIEWER ( NET-TECH )

    98問 • 1年前
    Dominic Alix

    SIA REVIEWER

    SIA REVIEWER

    Dominic Alix · 42問 · 1年前

    SIA REVIEWER

    SIA REVIEWER

    42問 • 1年前
    Dominic Alix

    TECHNOPRENEURSHIP ( PRELIMS )

    TECHNOPRENEURSHIP ( PRELIMS )

    Dominic Alix · 100問 · 1年前

    TECHNOPRENEURSHIP ( PRELIMS )

    TECHNOPRENEURSHIP ( PRELIMS )

    100問 • 1年前
    Dominic Alix

    PPC ( PRELIMS REVIEWER )

    PPC ( PRELIMS REVIEWER )

    Dominic Alix · 29問 · 1年前

    PPC ( PRELIMS REVIEWER )

    PPC ( PRELIMS REVIEWER )

    29問 • 1年前
    Dominic Alix

    Quantitative

    Quantitative

    Dominic Alix · 56問 · 1年前

    Quantitative

    Quantitative

    56問 • 1年前
    Dominic Alix

    QM ( MIDTERM )

    QM ( MIDTERM )

    Dominic Alix · 5問 · 1年前

    QM ( MIDTERM )

    QM ( MIDTERM )

    5問 • 1年前
    Dominic Alix

    問題一覧

  • 1

    is an object-oriented programming language that supports data encapsulation, inheritance, polymorphism, and method overriding.

    C#

  • 2

    When was C# programming language developed?

    Microsoft

  • 3

    C# programming language was developed at Microsoft in the late 1990s headed by

    Anders Hejlsberg

  • 4

    Which is NOT TRUE about the features of C#?

    It allows you to hack data and application using this programming language.

  • 5

    enables you to write database queries in C# programming while

    LINQ

  • 6

    used in LINQ expressions for efficient coding.

    Lambda Expressions

  • 7

    is a collection of tools, technologies, and languages that provides an environment to build and deploy different types of applications easily.

    NET framework

  • 8

    controls tasks and manages system resources of the computer.

    Operating System

  • 9

    is a runtime environment of the NET framework that manages the execution of the NET code, enables debugging and exception handling, and makes programs portable.

    Common Language Runtime ( CLR )

  • 10

    It converts (or compiles) the source code into an intermediate language called

    Microsoft Intermediate Language (MSIL)

  • 11

    is a portable assembly code that con . Then the compiler called ____ compiles the MSIL code into native code (machine-language code) before it is executed.

    CLR Just-In-Time (JIT)

  • 12

    contains the classes and interfaces used for building applications.

    NET Base Class Library

  • 13

    provides access to relational databases and several data sources such as SQL Server and XML.

    ADO.NET

  • 14

    is the universal format for data on the Web.

    XML

  • 15

    is a unified Web development model that includes the services necessary in building enterprise-class Web applications with a minimum of coding.

    ASP.NET

  • 16

    allows building of dynamic websites using a familiar drag-and-drop, event-driven model.

    ASP.NET Web Forms

  • 17

    extend the Web infrastructure to provide the means for software to connect to other software applications.

    ASP.NET Web Services

  • 18

    contain the graphical representation of any window displayed in the application.

    Windows Form

  • 19

    is a set of basic language features that ensures operability between the languages in the NET environment.

    Common Language Specification (CLS)

  • 20

    is a formal specification that documents how types are declared, used, and managed so the CLR can use them.

    Common Type System

  • 21

    is a collection of types and resources that are built to work together and form a logical unit of functionality.

    Assembly

  • 22

    is a module that contains functions and data that can be used by another module

    Dynamic Link Layer ( DLL )

  • 23

    provides information along with a complete description of methods, types, and other resources.

    Metadata

  • 24

    The metadata includes

    Manifest

  • 25

    Each assembly has a ___ version number that is presented as a set of four (4) decimal pieces

    128-bit

  • 26

    What are the four decimal pieces?

    Major.Minor.Build.Revision

  • 27

    Two types on how an assembly deployed

    private and shared

  • 28

    A C# program consists of the following parts

    Namespace declaration Class attributes Comments A class A Main method Class methods Statements and Expressions

  • 29

    are used to organize classes in a project

    namespace

  • 30

    is a namespace and one (1) of its class

    System

  • 31

    keyword is used to access the classes available in a namespace.

    using

  • 32

    declaration must appear at the beginning of a source code.

    using namespace

  • 33

    are comments and ignored by the compiler.

    /*...* / and //

  • 34

    Every C# application contains one (1) ___ method.

    Main

  • 35

    takes string array as argument.

    static void Main (string[] args) {}

  • 36

    This method must be defined in the class as

    static

  • 37

    is a name of a program component programmers use to uniquely identify namespaces, classes, methods, variables, constants, etc. Identifiers are user-defined words.

    identifier

  • 38

    a programming language uses for its own use, and they have a special predefined meaning to the compiler. These cannot be used as identifiers.

    Keywords are reserved words

  • 39

    is an identifier and a memory location that stores a specific value.

    variable

  • 40

    is an identifier and a memory location whose value cannot be changed during program execution.

    constant

  • 41

    Constants in C# are defined using the

    const keyword

  • 42

    are used to specify a set of values and their operations associated with variables or constants.

    data types

  • 43

    These data types store the value directly.

    Value types

  • 44

    These data types do not store the actual value in a variable or constant.

    Reference types

  • 45

    A data type is a value type if it holds the data within its own memory allocation.

    Value Types

  • 46

    is the process of converting a value of one (1) type of data to another data type.

    Type conversion or type casting

  • 47

    This is the conversion of a lower precision data type to a value of higher precision data type

    Implicit conversion.

  • 48

    allow the users to convert a value of higher precision data type into a value of lower precision data type by using a

    Cast operator

  • 49

    are the symbols that represent a specific mathematical or logical processing in programming.

    Operators

  • 50

    These are operators used in performing mathematical operations on numerical values.

    Arithmetic Operators

  • 51

    These are used to determine the relationship between operands of numeric values and generate a decision on that base.

    Relational operators

  • 52

    These are operators used in performing logical operation.

    Logical operators

  • 53

    These are used to assign a value or the result of an expression to a variable.

    Assignment operators

  • 54

    in C# is a combination of operands (or variables) and operators that can be evaluated to a single value.

    Expression

  • 55

    defines a set of rules indicating the order in which the operator should be evaluated in an expression.

    operator precedence and associativity

  • 56

    class includes several methods that perform a variety of calculations that can be used in a program.

    System.Math