The document contains questions about object-oriented programming concepts and C# programming language fundamentals. It asks about classes, identifiers, variables, data types, operators, and the Math class.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
7 views
Quiz in Integrative
The document contains questions about object-oriented programming concepts and C# programming language fundamentals. It asks about classes, identifiers, variables, data types, operators, and the Math class.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6
QUIZ PRELIM
1. It is an object-oriented programming language that supports data encapsulation,
inheritance, polymorphism, and method overriding. 2. It is a collection of tools, technologies, and languages that provides an environment to build and deploy different types of applications easily. 3. It is a collection of types and resources that are built to work together and form a logical unit of functionality. 4. It is a name of a program component programmers use to uniquely identify namespaces, classes, methods, variables, constants, etc. 5. It is an identifier and a memory location that stores a specific value. Variables hold a value that can be changed duringprogram execution. 6. It is an identifier and a memory location whose value cannot be changed during program execution. 7. This are used to specify a set of values and their operations associated with variables or constants. 8. This are the symbols that represent a specific mathematical or logical processing in programming. 9. Defines a set of rules indicating the order in which the operator should be evaluated in an expression. 10. The ________class includes several methods that perform a variety of calculations that can be used in a program. 11-14. 4 Types of Operators in C# 15-16. 2 types of Datatypes 17-20. 4 available data types in C# 21-22. 2 types of Typecasting or Type Conversion 23-25. 3 methods in Math Class • 1. C# • 2. .NET Framework • 6. Constant • 3. Assembly • 7. Data types • 4. Identifier • 8. Operators • 5. Variable • 9. Operator Precedence and Associativity • 10. System.Math • 11-14. Arithmetic Operator, Relational Operator, Logical Operator and Assignment Operator • 15-16. Value Types and Reference Types • 17-20.sbyte, short, int, long, byte, ushort, uint, ulong, float, double, bool, char • 21-22. Explicit casting and Implicit Casting • 23-25. Pow(), Log(), Sqrt(), Sign(), Abs(), Ceiling(), Floor(), Round(), Truncate(), Sin(), Cos ,Tan()