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 2 3 4
July 24th, 2019

تلخيص وحل أسئلة مهارات التحليل

المطلوب تلخيص الفصل الاول وحل الاسئلة الخاصة به كما هي في المحاضرة هنا مع كتابة الاسم بالعربي

July 12th, 2019

كتاب و محاضرات مهارات البحث والتحليل

كتاب مهارات البحث والتحليل https://drive.google.com/open?id=1_VcimjIcHc_74Lw0hx96mMlEWzw5gUpi محاضرات مهارات البحث https://drive.google.com/open?id=1WGdflCQr8FCi-id9aTP-tRHF03T-injY

May 3rd, 2019

محاضرات د. ريهام كاملة

ده اللينك كامل للمحاضرات https://drive.google.com/open?id=13xEjlrqikE118vFuG6eNIpH3c9ubhhd4  

April 22nd, 2019

Information Security Exam

Click here
April 15th, 2019

Information Security Revision

محاضرة هامة …. طريقة الأسئلة    https://drive.google.com/open?id=13Qb4cDfx8eVmoTXoLCR8IiFcChuDhpEv

March 31st, 2019

محاضرات

https://drive.google.com/open?id=1ww7t0sVLpMi9CaCvzWWOXlNjxOcFx3TN

March 19th, 2019

virus attacks

What is the most famous virus attacks in the world?

March 16th, 2019

محاضرات

1- 8085 instruction set Arabic https://drive.google.com/open?id=1RDTaBXB6nybHepz-k9z86EjT-G8jXzlr 2-Programming with 8086 https://drive.google.com/open?id=1YGzthEPYpR3DZqzr9BY_HDblmZH-hLQe 3-8086 Assembly Programs https://drive.google.com/open?id=1dX5JdtgYHnRtzoIQNUWPDwonrE5kTAYn  

March 12th, 2019

المحاضرات

1- Introduction to Microprocessor Systems https://drive.google.com/open?id=1AKQYTiDPHDB-WCGTis-_LU_yuSSOGf_b 2-Memory and input and output ports, Interrupts, Direct Memory Access, Cache memory, Register file. https://drive.google.com/open?id=1MxerliIPqQd7bkT0r3gVHN1UGoqrccg0 […]

March 4th, 2019

Microprocessor Notes

Download this file https://drive.google.com/open?id=1g6bEojykzvlaaNgNsNBLZyq2ism1A-Ai

March 4th, 2019

Report

March 4th, 2019

Report

March 4th, 2019

Report

What is operating systems, Types of operating systems, and how it works? What is an Application? its Types? give examples […]

March 4th, 2019

Midterm Exam

 

February 18th, 2019

موقع مهم

الموضعات هنا ممتازة في البداية .. ربنا يوفق الجميع http://www.qariya.info/electronics/beginer_page.htm

February 17th, 2019

Why information security is important?

1-What is information? 2-What is information security? 3-Why information security is important? 4-What is information security management?

February 16th, 2019

How computer change our life ?

How computer change our life ?  Leave your answer in comment 

December 14th, 2018

QUIZ

“”” Write a program do the following: – ask the user to enter number of students in the class – […]

December 10th, 2018

Python Examples Run

Program 1 https://trinket.io/python/f80f228607 Program 2 https://trinket.io/python/22ce0558f5 Program 3 https://trinket.io/python/4188b4c32c Program 4 https://trinket.io/python/2b043e2b05 Program 5 https://trinket.io/python/a53e7f9e82 Program 6 https://trinket.io/python/7f7a015b33 Program 7 […]

December 9th, 2018

اختار موضوع واحد فقط

كيفية إنشاء موقع مجاني والتسويق من خلاله التسويق بإستخدام محركات البحث وكيفية الوصول إلي عملاؤك اسرع من منافسيك . علم […]

December 4th, 2018

Python examples

“”” use python while loop to print the following output ***** **** *** ** * “”” x = 5 while […]

December 3rd, 2018

امتحان مهارات البحث علي الانترنت

Click here
November 19th, 2018

Quiz 3

ما هو محرك البحث ؟ ما هي أهم خدمات جوجل ؟

November 19th, 2018

Quiz 2

مميزات وعيوب البحث الالكتروني ؟