List
  1. What basic tools do you need to start programming?
  2. What command would you use for the following in bash (CLI)?
  3. Check your current directory
  4. Change to a directory named ‘bin’ (bin is in your current directory)
  5. make a new directory called ‘lib’
  6. create a new file called ‘book.py’
  7. list all the contents the current directory

26 Responses to “Quiz 1”

  1. عبدالرحمن اسامه صالح

    1-What basic tools do you need to start programming?
    computer, learn the command line interface CLI or text editor(sublime, bracket), programming language, Apache, FTP.

    2- What command would you use for the following in bash (CLI)?
    *to check my current directory $pwd

    *Change to a directory named ‘bin’ (bin is in your current directory) $cd /bin

    *make a new directory called ‘lib’ $mkdir lib

    *create a new file called ‘book.py’ $touch book.py

    *list all the contents the current directory $ ls
    $ ls -f

  2. Aisha Mahmoud El-Galady

    1-What basic tools do you need to start programming?

    – computer system
    – Install the CLI , and how to use the CLI.
    – Install a text editor.
    – Learn a programming Language.
    __

    2- What command would you use for the following in bash (CLI) ?

    3- to check my current directory

    $ echo $PWD

    4- Change to a directory named ‘bin’ (bin is in your current directory)
    $cd /bin

    5- make a new directory called ‘lib’

    $FILE_MKDIR, ‘lib’

    6-create a new file called ‘book.py’

    py cf book.py files

    7- list all the contents the current directory

    $ ls -a

    • ahmed gamal abd elmotelp

      1- What is the basic tools do you need to start programming ?
      We need :
      • Computer system
      • Install the CLI and how to use it
      • Install a text editor
      • Learn a programming language

      2- What command would you use for the following in bash “CLI ” ?

      -Check your current directory
      • To accomplish this task we will use “os module ” in python it has a method called “getcwd”()
      import os

      dirpath = os.getcwd()

      -Change to a directory named ‘bin’ (bin is in your current directory)

      • If you want just the directory name then either you can split by “/” or use another function called basename from os.path module.

      • foldername = os.path.basename(dirpath)
      • print(“Directory name is : “bin” + foldername)

      – to make a new directory called ‘lib’

      • os.mkdir(lip)

      – create a new file called ‘book.py’
      • file=open(“c: \\book.py”,’w’ )

      then if we want to close the file we will write this code
      file.close()

      – list all the contents the current directory

      • for x in os.listdir(‘.’):
      • print x

  3. هاميس محمد القليوبى

    1-What basic tools do you need to start programming?
    -computer , programming language , translators .
    -computer system
    -install the CLI , and how to use the CLI.
    -install a text editor .
    -learn a programming
    2- What command would you use for the following in bash “CLI ” ?
    -Change to a directory named ‘bin’ (bin is in your current directory) $cd /bin

    -make a new directory called ‘lib’ $mkdir lib

    -create a new file called ‘book.py’ $touch book.py

    -list all the contents the current directory $ ls
    $ ls -f

    3- to check my current directory
    – by using the pwd command.

    4- Change to a directory named ‘bin’ (bin is in your current directory)
    – cd /bin .

    5- make a new directory called ‘lib’
    -FILE_MKDIR, ‘lib’

  4. محمد محمد على الوكيل

    1 _What basic tools do you need to start ?
    -Computer
    -CLI
    – programming language
    -Text editor
    -shell

    2 _ What command would you use for the following in bash ( CLI ) ?
    -Command line interface

    3 _ Check your current directly .
    -PWD

    4 _ Change to directory named “bin” .
    -CD bin

    5 _ Make a new directory called “lib” .
    – MK Dir lib

    6 _ Create a new file called “book,py” .
    -touch book.py

    7 _ List all the contents the current directory .
    -LS

  5. Mohamed Mohamed Ali ElWakil

    1 _What basic tools do you need to start ?
    -Computer
    -CLI
    – programming language
    -Text editor
    -shell

    2 _ What command would you use for the following in bash ( CLI ) ?
    -Command line interface

    3 _ Check your current directly .
    -PWD

    4 _ Change to directory named “bin” .
    -CD bin

    5 _ Make a new directory called “lib” .
    – MK Dir lib

    6 _ Create a new file called “book,py” .
    -touch book.py

    7 _ List all the contents the current directory .
    -LS

  6. Mohamed Mohamed Ali ELWakil

    1 _What basic tools do you need to start ?
    -Computer
    -CLI
    – programming language
    -Text editor
    -shell

    2 _ What command would you use for the following in bash ( CLI ) ?
    -Command line interface

    3 _ Check your current directly .
    -PWD

    4 _ Change to directory named “bin” .
    -CD bin

    5 _ Make a new directory called “lib” .
    – MK Dir lib

    6 _ Create a new file called “book,py” .
    -touch book.py

    7 _ List all the contents the current directory .
    -LS

  7. Muhamad Sabry Yousef Algebaly

    1 _What basic tools do you need to start ?
    -Computer
    -CLI
    – programming language
    -Text editor
    -shell

    2 _ What command would you use for the following in bash ( CLI ) ?
    -Command line interface

    3 _ Check your current directly .
    -PWD

    4 _ Change to directory named “bin” .
    -CD bin

    5 _ Make a new directory called “lib” .
    – MK Dir lib

    6 _ Create a new file called “book,py” .
    -touch book.py

    7 _ List all the contents the current directory .
    -LS

  8. احمد عماد عبدالستار

    1- What is the basic tools do you need to start programming ?
    it depends on The type of programming you intend to learn (Web/Mobile) (design/develope) , the programming language what you are trying to learn but if you want to learn for example how to make an application for Android you will need some tools like android studio and xcode etc…
    2- What command would you use for the following in bash “CLI ” ?

    *to check my current directory
    $ pwd
    $echo $path
    *Change to a directory named ‘bin’ (bin is in your current directory)
    $cd /bin
    *make a new directory called ‘lib/
    $mkdir lib
    *create a new file called ‘book.py’
    $touch book.py
    *list all the contents the current directory
    $Is -a
    Including hidden files

  9. محمد مجدى السيد الديب

    1- What is the basic tools do you need to start programming ?
    * code editor, a compiler or interpreter,
    *any programming language
    * Install the CLI and how to use it
    * You can develop for Android on OSX, windows or Linux

    2-What command would you use for the following in bash (CLI)?
    * The echo command

    3-Check your current directory?
    *To display the location of your current working directory, enter the command pwd

    4-Change to a directory named ‘bin’ (bin is in your current directory)
    *change directories with the cd command

    5-make a new directory called ‘lib’
    *You can also create multiple new directories in the current directory by using the md command

    6-create a new file called ‘book.py’?

    *touch book.py

    7-list all the contents the current directory?

    $You can use the ls command to list the files in any directory to which you have access.

    ls hello
    Lists files whose complete name is hello; if hello is a directory, displays the contents of the
    -a
    Shows all files, including those beginning with . (a period). The dot is special in the Unix file
    -F
    Marks special files with symbols to indicate what they are: / for directories, @ for symbolic links, * for executable programs

    Shows the rights to the file, the owner, the size in bytes, and the time of the last modification made to the file. (The l stands for “long”.)

  10. محمد مجدى السيد الديب

    1- What is the basic tools do you need to start programming ?
    * code editor, a compiler or interpreter,
    *any programming language
    * Install the CLI and how to use it
    * You can develop for Android on OSX, windows or Linux

    2-What command would you use for the following in bash (CLI)?
    * The echo command

    3-Check your current directory?
    *To display the location of your current working directory, enter the command pwd

    4-Change to a directory named ‘bin’ (bin is in your current directory)
    *change directories with the cd command

    5-make a new directory called ‘lib’
    *You can also create multiple new directories in the current directory by using the md command

    6-create a new file called ‘book.py’?

    *touch book.py

    7-list all the contents the current directory?

    $You can use the ls command to list the files in any directory to which you have access.

    ls hello
    Lists files whose complete name is hello; if hello is a directory, displays the contents of the
    -a
    Shows all files, including those beginning with . (a period). The dot is special in the Unix file
    -F
    Marks special files with symbols to indicate what they are: / for directories, @ for symbolic links, * for executable programs
    -l
    Shows the rights to the file, the owner, the size in bytes, and the time of the last modification made to the file. (The l stands for “long”.)

  11. محمد مجدى السيد الديب

    1- What is the basic tools do you need to start programming ?
    * code editor, a compiler or interpreter,
    *any programming language
    * Install the CLI and how to use it
    * You can develop for Android on OSX, windows or Linux

    2-What command would you use for the following in bash (CLI)?
    * The echo command

    3-Check your current directory?
    *To display the location of your current working directory, enter the command pwd

    4-Change to a directory named ‘bin’ (bin is in your current directory)
    *change directories with the cd command

    5-make a new directory called ‘lib’
    *You can also create multiple new directories in the current directory by using the md command

    6-create a new file called ‘book.py’?

    *touch book.py

    7-list all the contents the current directory?

    $You can use the ls command to list the files in any directory to which you have access.

    ls hello
    Lists files whose complete name is hello; if hello is a directory, displays the contents of the
    -a
    Shows all files, including those beginning with . (a period). The dot is special in the Unix file
    -F
    Marks special files with symbols to indicate what they are: / for directories, @ for symbolic links, * for executable programs
    -l
    Shows the rights to the file, the owner, the size in bytes, and the time of the last modification made to the file. (The l stands for “long”.)

  12. محمد مجدى السيد الديب

    1- What is the basic tools do you need to start programming ?
    * code editor, a compiler or interpreter,
    *any programming language
    * Install the CLI and how to use it
    * You can develop for Android on OSX, windows or Linux

    2-What command would you use for the following in bash (CLI)?
    * The echo command

    3-Check your current directory?
    *To display the location of your current working directory, enter the command pwd

    4-Change to a directory named ‘bin’ (bin is in your current directory)
    *change directories with the cd command

    5-make a new directory called ‘lib’
    *You can also create multiple new directories in the current directory by using the md command

    6-create a new file called ‘book.py’?

    *touch book.py

    7-list all the contents the current directory?

    $You can use the ls command to list the files in any directory to which you have access.

    ls hello
    Lists files whose complete name is hello; if hello is a directory, displays the contents of the
    -a
    Shows all files, including those beginning with . (a period). The dot is special in the Unix file
    -F
    Marks special files with symbols to indicate what they are: / for directories, @ for symbolic links, * for executable programs
    -l
    Shows the rights to the file, the owner, the size in bytes, and the time of the last modification made to the file. (The l stands for “long”.)

  13. خالد رفعت على عقده

    1-ما الأدوات الأساسية التي تحتاجها لبدء البرمجة؟
    -الكمبيوتر ، لغة البرمجة ، الترجمة. –
    نظام الكمبيوتر
    – تثبيت CLI ، وكيفية استخدام CLI.
    تثبيت محرر نص.
    – تعلم البرمجة
    ما الأمر الذي ستستخدمه في ما يلي في bash (CLI)؟
    تحقق من الدليل الحالي الخاص بك
    التغيير إلى دليل باسم “bin” (سلة الوارد في الدليل الحالي)
    أنشئ دليلًا جديدًا باسم “lib”
    إنشاء ملف جديد يسمى “book.py”
    سرد جميع محتويات الدليل الحالي
    9 ردود على “مسابقة 1”


    عبدالرحمن اسامه صالح 30 سبتمبر 2018 الساعة 9:29 صباحًا
    1-ما الأدوات الأساسية التي تحتاجها لبدء البرمجة؟
    الكمبيوتر ، تعلم واجهة سطر الأوامر CLI أو محرر النص (سامية ، قوس) ، لغة البرمجة ، Apache ، FTP.

    2- ما الأمر الذي ستستخدمه في ما يلي في bash (CLI)؟
    * للتحقق من الدليل الحالي الخاص بي $ pwd

    * تغيير إلى دليل المسمى ‘بن’ (بن في الدليل الحالي الخاص بك) $ cd / bin

    * إنشاء دليل جديد يسمى ‘lib’ $ mkdir lib

    * أنشئ ملفًا جديدًا باسم “book.py” $ touch book.py

    * قائمة جميع محتويات الدليل الحالي $ ls
    $ ls -f

    الرد

    عائشة محمود الجلادي 6 أكتوبر 2018 الساعة 3:16 صباحًا
    1-ما الأدوات الأساسية التي تحتاجها لبدء البرمجة؟

    – نظام الكمبيوتر
    – تثبيت CLI ، وكيفية استخدام CLI.
    – قم بتثبيت محرر نص.
    – تعلم لغة البرمجة.
    __

    2- ما الأمر الذي ستستخدمه في ما يلي في bash (CLI)؟

    3- للتحقق من الدليل الحالي الخاص بي

    $ صدى $ PWD

    4- قم بالتبديل إلى الدليل المسمى “bin” (سلة الوارد في دليلك الحالي)
    $ cd / bin

    5- إنشاء دليل جديد يسمى “lib”

    $ FILE_MKDIR ، “lib”

    6-إنشاء ملف جديد يسمى “book.py”

    py ملفات

    7 – قائمة جميع محتويات الدليل الحالي

    $ ls -a

    الرد

    احمد جمال عبد المطلب 12 أكتوبر 2018 الساعة 4:37 مساءً
    1- ما هي الأدوات الأساسية التي تحتاجها لبدء البرمجة؟
    نحن بحاجة إلى:
    • نظام الكمبيوتر
    • تثبيت CLI وكيفية استخدامه
    • تثبيت محرر نص
    • تعلم لغة برمجة

    2- ما الأمر الذي ستستخدمه في ما يلي في bash “CLI”؟

    -تحقق من الدليل الحالي
    • لإنجاز هذه المهمة سوف نستخدم “وحدة os” في بيثون لديها طريقة تسمى “getcwd” ()
    import os

    dirpath = os.getcwd ()

    -التغيير إلى دليل باسم “bin” (سلة الوارد في دليلك الحالي)

    • إذا كنت تريد فقط اسم الدليل ثم يمكنك إما انقسام بواسطة “/” أو استخدام وظيفة أخرى تسمى basename من وحدة os.path.

  14. عمر محمد عبد الروؤف أبو الغيط

    1. What basic tools do you need to start programming?
    – Personal computer
    – learn a programming language you hope to use
    – learn how to use CLI
    – Text editor
    2. What command would you use for the following in bash (CLI)?
    3. Check your current directory
    – $echo $path
    4. Change to a directory named ‘bin’ (bin is in your current directory)
    – $cd bin/
    5.make a new directory called ‘lib’
    – $ mkdir lib
    6.create a new file called ‘book.py’
    – $touch book.py
    7. list all the contents the current directory
    – Is-a
    lists all contents in the working directory, including hidden files and directories

  15. محمد مجدى السيد الديب

    1- What is the basic tools do you need to start programming ?
    * code editor, a compiler or interpreter,
    *any programming language
    * Install the CLI and how to use it
    * You can develop for Android on OSX, windows or Linux

    2-What command would you use for the following in bash (CLI)?
    * The echo command

    3-Check your current directory?
    *To display the location of your current working directory, enter the command pwd

    4-Change to a directory named ‘bin’ (bin is in your current directory)
    *change directories with the cd command

    5-make a new directory called ‘lib’
    *You can also create multiple new directories in the current directory by using the md command

    6-create a new file called ‘book.py’?

    *touch book.py

    7-list all the contents the current directory?

    $You can use the ls command to list the files in any directory to which you have access.

    ls hello
    Lists files whose complete name is hello; if hello is a directory, displays the contents of the
    -a
    Shows all files, including those beginning with . (a period). The dot is special in the Unix file
    -F
    Marks special files with symbols to indicate what they are: / for directories, @ for symbolic links, * for executable programs
    -l
    Shows the rights to the file, the owner, the size in bytes, and the time of the last modification made to the file. (The l stands for “long”.)

  16. Ahmed Sobhy Abdo Algendy

    1 _What basic tools do you need to start ?
    -Computer
    -CLI
    – programming language
    -Text editor
    -shell

    2 _ What command would you use for the following in bash ( CLI ) ?
    -Command line interface

    3 _ Check your current directly .
    -PWD

    4 _ Change to directory named “bin” .
    -CD bin

    5 _ Make a new directory called “lib” .
    – MK Dir lib

    6 _ Create a new file called “book,py” .
    -touch book.py

    7 _ List all the contents the current directory .
    -LS

  17. محمد مجدى السيد الديب

    1- What is the basic tools do you need to start programming ?
    * code editor, a compiler or interpreter,
    *any programming language
    * Install the CLI and how to use it
    * You can develop for Android on OSX, windows or Linux

    2-What command would you use for the following in bash (CLI)?
    * The echo command

    3-Check your current directory?
    *To display the location of your current working directory, enter the command pwd

    4-Change to a directory named ‘bin’ (bin is in your current directory)
    *change directories with the cd command

    5-make a new directory called ‘lib’
    *You can also create multiple new directories in the current directory by using the md command

    6-create a new file called ‘book.py’?

    *touch book.py

    7-list all the contents the current directory?

    $You can use the ls command to list the files in any directory to which you have access.

    ls hello
    Lists files whose complete name is hello; if hello is a directory, displays the contents of the
    -a
    Shows all files, including those beginning with . (a period). The dot is special in the Unix file
    -F
    Marks special files with symbols to indicate what they are: / for directories, @ for symbolic links, * for executable programs
    -l
    Shows the rights to the file, the owner, the size in bytes, and the time of the last modification made to the file. (The l stands for “long”.)

  18. Mohamed magdy eldeep

    1- What is the basic tools do you need to start programming ?
    * code editor, a compiler or interpreter,
    *any programming language
    * Install the CLI and how to use it
    * You can develop for Android on OSX, windows or Linux

    2-What command would you use for the following in bash (CLI)?
    * The echo command

    3-Check your current directory?
    *To display the location of your current working directory, enter the command pwd

    4-Change to a directory named ‘bin’ (bin is in your current directory)
    *change directories with the cd command

    5-make a new directory called ‘lib’
    *You can also create multiple new directories in the current directory by using the md command

    6-create a new file called ‘book.py’?

    *touch book.py

    7-list all the contents the current directory?

    $You can use the ls command to list the files in any directory to which you have access.

    ls hello
    Lists files whose complete name is hello; if hello is a directory, displays the contents of the
    -a
    Shows all files, including those beginning with . (a period). The dot is special in the Unix file
    -F
    Marks special files with symbols to indicate what they are: / for directories, @ for symbolic links, * for executable programs
    -l
    Shows the rights to the file, the owner, the size in bytes, and the time of the last modification made to the file. (The l stands for “long”.)

  19. محمد سامي قاسم

    1.What basic tools do you need to start programming?
    computer.editor.compiler.programming language
    2.What command would you use for the following in bash (CLI)?
    Check your current directory
    3.Check your current directory
    dirpath = os.getcwd()
    4.Change to a directory named ‘bin’ (bin is in your current directory)
    $cd /bin
    5.make a new directory called ‘lib’
    to make a new directory called ‘lib’
    os.mkdir(lip)
    6.create a new file called ‘book.py
    file=open(“c: \\book.py”,’w’ )
    7.list all the contents the current directory

  20. محمد حمدي عبد اللطيف الدسوقي

    What basic tools do you need to start programming?
    1/computer 2/editor 3/compiler 4/suitable language programming
    What command would you use for the following in bash (CLI)?
    dirpath = os.getcwd()
    Check your current directory?
    foldername = os.path.basename(dirpath)
    print(“Directory name is : “bin” + foldername}
    Change to a directory named ‘bin’ (bin is in your current directory)?
    cd/bin
    5- make a new directory called ‘lib?
    FILE_MKDIR, ‘lib’
    create a new file called ‘book.py’?
    py cf book.py files

  21. تسنيم علي البرعي

    1-what basic tools do you need to start programming ?
    _ computer science fundamentals
    _install the cli and how to use the cli
    _install atext editor
    _learn aprogramming language
    _coursera
    _youtube
    _ help ful resources (stack overflow)
    2-what command would you use for the following in bash ( cli)?
    3-to check my current directory
    Secho$PWD
    4-change to directory named ‘bin'<bin is inyour current directory $cb/bin
    5- make anew directory called 'lib'
    $file-Mkdir 'lib'
    6-create anew file called 'book .py
    Touch book .py
    7-list all the contents the current directory
    $Is -a

  22. احمد السيد صقر

    1-What basic tools do you need to start programming?
    computer, learn the command line interface CLI or text editor(sublime, bracket), programming language, Apache, FTP.

    2- What command would you use for the following in bash (CLI)?
    *to check my current directory $pwd

    *Change to a directory named ‘bin’ (bin is in your current directory) $cd /bin

    *make a new directory called ‘lib’ $mkdir lib

    *create a new file called ‘book.py’ $touch book.py

    *list all the contents the current directory $ ls
    $ ls -f

  23. محمد خالد عبد الفتاح عبد المحسن

    1-what basic tools do you need to start programming
    .computer system
    .install the cli and how to use the cli
    .install text ediotor
    .learn aprogramming language
    2-what command would you use for the following in bash(cli
    3-to check my current directory
    .$echo$Pwd
    4-change to dirctory called ‘lip’
    .$ Cd/bin
    5-make anew dirctory called ‘bin’
    .$file_MKDIR, ‘lip’
    6-creat anew file called book py’
    .py cf book.py file /touch bookpy
    7- list all the contents the current directory
    $ is_a

  24. احمد محمود محمود رجب

    1-What basic tools do you need to start programming?
    # computer system

    # Install the CLI and how to use it
    
# Install a text editor.
    
# Learn a programming Language.

    2- What command would you use for the following in bash (CLI) ?
    >>to check my current directory
    (($ echo $PWD))
    >>Change to a directory named ‘bin’ (bin is in your current directory)
    
(($cd /bin))
    >>make a new directory called ‘lib’
    (($FILE_MKDIR, ‘lib’))
    >>create a new file called ‘book.py’
    (($touch book.py))
    >>list all the contents the current directory
    (($ ls
    $ ls -f))

  25. basant abdula mohamed

    1-What basic tools do you need to start programming?

    – computer system
    – Install the CLI , and how to use the CLI.
    – Install a text editor.
    – Learn a programming Language.
    __

    2- What command would you use for the following in bash (CLI) ?

    3- to check my current directory

    $ echo $PWD

    4- Change to a directory named ‘bin’ (bin is in your current directory)
    $cd /bin

    5- make a new directory called ‘lib’

    $FILE_MKDIR, ‘lib’

    6-create a new file called ‘book.py’

    py cf book.py files

    7- list all the contents the current directory

    $ ls -a

Leave a Reply

Your email address will not be published. Required fields are marked *

  Posts

1 3 4
November 4th, 2018

Quiz 1

من هو المالك الحقيقي للانترنت ؟ وماهي مراحل تطوير شبكة الانترنت ؟

November 4th, 2018

Lecture 1 what is the internet ?

تاريخ الإنترنت ظهرت فكرة الشبكة الحاسوبية للمرة الأولى خلال المرحلة البدائية من تطوير شبكة الاتصالات، حيث تكمن أهميتها في إتاحة […]

October 28th, 2018

Lecture 5 Computers Have Changed the World

The progress in Computer Science education, digital skills and opportunities that flow computing innovation in machine learning. Here are some […]

October 28th, 2018

Python examples

1- Write Python Program to Print Hello world! https://www.programiz.com/python-programming/examples/hello-world 2- Write Python Program to Add Two Numbers https://www.programiz.com/python-programming/examples/add-number 3- Write Python Program […]

October 24th, 2018

Lecture 3 & 4 ( Understanding Computer Systems)

operating system (OS) manages all of the software and hardware on the computer. Most of the time, there are several different computer programs running at […]

October 24th, 2018

Computer skills quiz 2

Click here
October 18th, 2018

Download Python

 السلام  عليكم ان شاء الله ده اللينك اللي تقدر تحمل من عليه برنامج البايثون بما يناسب نظام التشغيل الخاص بك […]

October 14th, 2018

Report ( python keyword-list )

يرجي تلخيص المحتوي الموجود في هذا اللينك التلخيص يكون بخط اليد https://www.programiz.com/python-programming/keyword-list

October 13th, 2018

Lecture 1& 2 final (Introduction to Computer Technology)

Computer A computer is an electronic device, operating under the control of instructions stored in its own memory that can […]

October 7th, 2018

ظاهرة التوحد

لوحظ مؤخرا أن التوحد  أثار جدل الكثير من العلماء والباحثين لكونه أصبح من أعقد الاضطرابات النمائية إلي الآن . بناءا علي […]

October 7th, 2018

Quiz chapter 1

Click here
October 1st, 2018

العلاقات العامه (Public Relation)

العلاقات العامه (Public Relation) بإختصار تعتبر واجهة أي شركة والممثل لها ؛ كونها لسان و سمعة الشركة في كل ما […]

September 30th, 2018

Lecture 2 Introduction to Computer Technology

Software Software is a generic term for organized collections of computer data and instructions, often broken into two major categories: […]

September 30th, 2018

نظام الساعات المعتمدة

لأى حد هيدرس بنظام الساعات المعتمدة Credit hours وال مش فاهمين النظام ولا ايه ال GPA وعاوز يفهم ايه النظام […]

September 28th, 2018

Quiz 1

What basic tools do you need to start programming? What command would you use for the following in bash (CLI)? […]

September 28th, 2018

Lecture 1 Introduction to Programming

Introduction to Programming If you work in a software development company as a non-programmer, you may wonder what the programmers […]

September 27th, 2018

  (interview مقابله عمل )  اجتماع بين شخص او اكثر يمثل المؤسسة او الشركة اللي عندها استعداد تعين حد ان […]

September 25th, 2018

How Computer and Information System Change our Life?

How Computer and Information System Change our Life?   write your answer in comment including your name (Arabic) (اكتب إجابتك […]

September 24th, 2018

Embedded systemالأنظمة المدمجة

(Embedded systemالأنظمة المدمجة) عبارة عن كمبيوتر صغير معمول عشان ينفذ تاسك واحده او مجموعة تاسكات الفرق ما بين embedded system […]

September 24th, 2018

هل هناك فرق بين الهندسه الكهربيه والهندسه الالكترونيه ؟

اولًا للاجابه عن السؤال هنعرف تعريف كلًا منهم .. اما عن الهندسة الكهربائية فهي أحد فروع علم الهندسة، والذي يختص […]

September 19th, 2018

quiz

Welcome to your Computer Skills Quiz 1 Your Name ID Your Mobile Email A computer is an electronic device ? [...]
September 19th, 2018

Lecture 1 Introduction to Computer Technology

Introduction to Computer Technology what is engineering ? course plan !  Functionalities of a Computer Computer Components Input Devices &  Output […]