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
March 25th, 2020

تقرير تسجيل فيديو

     المطلوب تسجيل فيديو لا تزيد مدته عن 5 دقايق عن كيفية العرض والالقاء الجيد ورفعة علي اليوتيوب ووضع […]

March 25th, 2020

مهارات اتصال وعرض فديو الفصل الخامس

https://www.youtube.com/watch?v=RvAaeSEaxH0&feature=youtu.be
March 25th, 2020

محاضرات الفصل الثالث والرابع فديو الجزء الثاني

https://www.youtube.com/watch?v=C4UOFvPGJjE&feature=youtu.be
March 25th, 2020

محاضرات الفصل الثالث والرابع فديو الجزء الاول

https://www.youtube.com/watch?v=4UmJeYcKfn4&feature=youtu.be
March 25th, 2020

Information Security introduction

https://www.youtube.com/watch?v=1Z7UXEgJ6ts&feature=youtu.be
March 25th, 2020

حل امتحان Midterm

March 20th, 2020

Inverse z Transform part3

https://www.youtube.com/watch?v=QwchLQXSulA
March 20th, 2020

Inverse Z Transform part 2

https://www.youtube.com/watch?v=uAxI9xUnrFQ&feature=youtu.be
March 18th, 2020

Algorithms, Flowcharts & Program Design

https://www.youtube.com/watch?v=Wq2IfM1e1eM&feature=youtu.be
March 18th, 2020

Introduction to Computer Network

https://www.youtube.com/watch?v=DBDmYx1dmIM&feature=youtu.be
March 17th, 2020

اسئلة مهارات الاتصال للأعوام السابقة بالاجابات

اسئلة مهارات الاتصال للأعوام السابقة بالاجابات https://drive.google.com/open?id=16xk6b8b0iPQuFuzItK0y-YUYg3qwJ4Gl

March 17th, 2020

تحميل محاضرات الاتصال والعرض

تحميل محاضرات الاتصال والعرض https://drive.google.com/open?id=1Z5L2yAHCp-Rgo6F6sF0Hpd14Ozjq7y-A

March 17th, 2020

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

تحميل كتاب مهارات الاتصال والعرض https://drive.google.com/open?id=1Du5Bd_kImzBs6e6bTMAJ3AlIyxdVQBTb

March 17th, 2020

امتحان مهارات اتصال وعرض

Click here
March 4th, 2020

الشيت الاول_ مهارات الاتصال والعرض

أجب علي الاسئلة التالية في كومنت واكتب اسمك كامل بالعربي في اخر الاجابة السؤال الاول : عرف عملية الاتصال ؟ […]

February 12th, 2020

اكتب اسمك

الي طلاب مهارات الاتصال والعرض … اكتب اسمك عربي بالكامل

November 24th, 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?

November 24th, 2019

محاضرات حاسب _ الفصل الخامس

                                                Introduction to Computer Security تحميل المحاضرات عن طريق هذا اللينك https://drive.google.com/open?id=1Yp5IJTlkeltBoVqPLPB8f9jy71HMocBw   مع التحيات بالتوفيق … د. مروة عيد […]

November 11th, 2019

Programming Syllabus

Introduction to programming Computer history Program How do computer execute program? Generations of  programming  language 1st Gen. (Assemble) 2nd  (C  […]

November 11th, 2019

Report (Write an algorithm )

■Write an algorithm Only  that will calculate the roots of a quadratic equation ax^2+bx+c=0 ■ Hint: d = sqrt (    b^2-4ac  […]

October 28th, 2019

محاضرات حاسب 5&6

محاضرات مهارات الحاسب 1& 2 تحميل المحاضرات عن طريق هذا اللينك https://drive.google.com/open?id=1H_ie4ogVyvXaOKSuu4K735Sp5Fv9qKUw   مع التحيات بالتوفيق … د. مروة عيد […]

October 19th, 2019

محاضرات مهارات الحاسب 3& 4

تحميل المحاضرات عن طريق هذا اللينك https://drive.google.com/open?id=1xi2RiMvmYr6g1TXkl5lbCC4gShznb4cY مع التحيات بالتوفيق … د. مروة عيد & د. السيد القناوي

September 30th, 2019

محاضرات مهارات الحاسب 1& 2

محاضرات مهارات الحاسب 1& 2 تحميل المحاضرات عن طريق هذا اللينك https://drive.google.com/open?id=1WyL00v9l6J7_3rZhxRtWT3rNeUfe7Z7v مع التحيات بالتوفيق … د. مروة عيد & […]

July 25th, 2019

تبدأ برمجة ازاي .. ؟

طلاب كتير بتسأل تبدأ برمجة ازاي .. ؟ خد عندك يا هندسة الترتيب المنطقى للتعلم هو كالآتي: HTML (1 month) […]