Summary: C Sharp For Absolute Beginners

Study material generic cover image
  • This + 400k other summaries
  • A unique study and practice tool
  • Never study anything twice again
  • Get the grades you hope for
  • 100% sure, 100% understanding
PLEASE KNOW!!! There are just 32 flashcards and notes available for this material. This summary might not be complete. Please search similar or other summaries.
Use this summary
Remember faster, study better. Scientifically proven.
Trustpilot Logo

Read the summary and the most important questions on C Sharp for absolute beginners

  • 1 Basics

  • 1.1 Basic code

    This is a preview. There are 3 more flashcards available for chapter 1.1
    Show more cards here

  • What is the difference in Console.WriteLine and Console.Writeline?

    C Sharp is case sensitive. The second command won't work.
  • What symbols do you use to contain your codeblock?

    Curly braces { }
  • 1.2 Class Library

  • What is the name of the result of your compiled code?

    A .NET assembly.
  • What is a class library?

    A library of standard code. In C Sharp, Microsoft has created that.
  • What is a runtime?

    A protective bubble around the application. Takes care of low level interaction with system and protects users from malicious forms of code.
  • 1.3 Code rules

  • What is the type of Console and WriteLine in Console.WriteLine?

    Console is a class, WriteLine is a method.
  • Where do you complete a code sentence with?

    ; semicolon
  • What is a basic rule for sentences of code?

    That you should put each of them on a seperate line.
  • 1.4 Understanding data types and variables

    This is a preview. There are 6 more flashcards available for chapter 1.4
    Show more cards here

  • Set a variable with type integer or string.

    int x = 44;
    int y = 4;
  • What is a variable?

    A bucket in memory where we can put data in and get it out.
PLEASE KNOW!!! There are just 32 flashcards and notes available for this material. This summary might not be complete. Please search similar or other summaries.

To read further, please click:

Read the full summary
This summary +380.000 other summaries A unique study tool A rehearsal system for this summary Studycoaching with videos
  • Higher grades + faster learning
  • Never study anything twice
  • 100% sure, 100% understanding
Discover Study Smart

Topics related to Summary: C Sharp For Absolute Beginners