Skip to main content

Posts

Showing posts from February, 2019

What is Multimedia ?

                               Multimedia What is Multimedia ? Multimedia : Multimedia is a Software Technology That Combines different media like sound , video , images and Text either separately or in combine manner. Multimedia means that computer information can be represented through audio, video & animation in addition to traditional media(Text,Graphics,Drawing,Images) Multimedia is Computer Based Interactive Communication Process. Multimedia refers More than one media.

What is B+ tree ?

                                   B+ Tree What is B+ Tree ? B+ Tree : A B+ tree is an N-ary tree with a variable but often earge number of children per node . A B+ tree Consist Three Thing                                                1) Root                                               2) Internal node                                             ...

What Is B-tree

                                     B-tree What is B-tree ?  B-tree : A b-tree is a self-balancing Tree data Structure  . it maintains sorted data and allows searches , Sequential access , insertion and deletion in O( log n ) Time . Properties Of B-tree : A B-tree of order M is a tree which satisfied the following properties                          1) Every Node At most M children                         2) Every non-leaf node has at least ⌈ M /2⌉Child nodes .             ...

What is Splay Tree

                                Splay Tree What is Splay Tree ?  Splay Tree : A Splay Tree is a Self-Adjusting Binary search Tree with the additional property that recently accessed element are quick to access again . Time Complexity Of  Splay Tree   : average case = O( log n ) and worst case = O(n) .   Space Complexity  Of  Splay Tree    : both Cases Average and worst cases show O(n) . Advantage  Of  Splay Tree     :                            1) Comparable performance : Average case performance is as efficient ( O)log n ) ) .             ...

What Is Red-Black Tree

                          Red-Black Tree What is Red-Black Tree ? Red Black Tree : A Red Black Tree is a kind of Self-Balancing binary search Tree in Computer Science .  Properties :                             1)  Root node is always Black if Root Node is red then you have to change into black.                           2) each node either red or black .                           3) All leaves ( Nil ) are black .                 ...

Top 10 Powerful Marvel Superhero on Marvel Universe of All Time

                              Top 10 Superhero on Marvel Universe All Superhero have some super power that's why we called them super hero. i think that 10 superhero in marvel universe are best and most powerful than all superhero.    1) Captain Marvel 2) Thor 3) Doctor Strange 4) Scarlet witch 5) dark phoenix 6) Charles Xavier 7) Iron Man 8) The Hulk 9) Wolverine 10) Captain America

Top 10 Zombie Movie and Movie Series

                           Top 10 Zombie Movie  and Movie Series our movie universe lots of zombie movie but in this article i will say only best 10 movie . these all movie are very good movie. 1) the Horde 2) Dawn of the dead (2004 & 1978) 3) Rammbock 4) Diary of the dead 5) Resident evil 6) Planet Terror 7) World war Z 8) Rec 9) The Dead 10) 28 Weeks Letter

Top 10 Movie Series Of All Time

                            Top 10 Movie Series Of All Time these all movie are best movie series you have top watch at least one time . 1) Harry Potter 2) The Lord Of The Ring 3) pirates of Caribbean 4) X-Men 5) Twilight 6) Star war 7 ) James bond 8) Mission impossible 9) Resident Evil 10) underworld

How To Clean System Cache using Terminal Command on Ubuntu 18.04 and Linux mint or Debian Linux

How To Clean System Cache using Terminal Command on Ubuntu 18.04 and Linux mint or Debian Linux we all have to clean once a month system cache this is good for our machine . this is not tough you have to follow few steps .  Step 1 : To check the amount of space being used for package storage . Command:  du -h /var/cache/apt/ Step 2 : To remove these Extra packages stored here run . command: sudo apt-get clean Step 3 : To remove packages expired no longer available for download, normally you don't keep these . Run Command: sudo apt-get autoclean Step 4 : Remove packages that were used to satify dependencies for applications that are no longer needed run Command :  sudo apt-get autoremove Step 5 : Press Y then enter Step 6 : Check you System Cache clean or not ? Command : du -h /var/cache/apt/

How to install Torrent using Linux Termianl Command on Ubuntu 18.04 and Linux mint or Debian Linux

How to install Torrent using Linux Termianl on Ubuntu 18.04 and Linux mint or Debian Linux install torrent using terminal commands is very easy . if you are a computer science engineer or a Linux lover then you have to know all commands on Linux or maximum command on Linux . using Linux commands is very good . so in this article i will show you how to install torrent using Linux terminal Don't worry it is very easy . you just follow few steps . Step 1 : open a terminal ( Ctrl + Alt + t ) step 2 :  write this command on you Linux terminal . Sudo apt-get install  qbittorrent qbittorrent is a very good Linux software . Maximum Linux user are use this software for torrent download .

How to install Torrent Without terminal Command on Ubuntu 18.04 and Linux mint or Debian Linux

How to install Torrent  Without terminal Command  on Ubuntu 18.04 and Linux mint or Debian Linux To install Torrent you just follow few steps. don't worry steps are very easy . Step 1 : open Ubuntu software from menu or by search . Step 2 : Search qBittorren t and install it. qBittorrent is very good torrent software . after install you see this Click on launch .

How To Remove or uninstall Ubuntu Cleaner From Ubuntu 18.04

           How To Remove Ubuntu Cleaner From Ubuntu 18.04 Remove or uninstall Ubuntu Cleaner is very easy . you just follow few steps .  Step 1 : open a terminal (Ctrl + Alt + t ) Step 2 : Write this command  Sudo apt remove ubuntu-cleaner on terminal and press enter and put password . after few seccond they asks (y/n)  you press y and then press enter